- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyplug.pro
More file actions
Latest commit
22 lines (16 loc) · 512 Bytes
/
Copy pathpyplug.pro
File metadata and controls
22 lines (16 loc) · 512 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#-------------------------------------------------
#
# Project created by QtCreator 2013-05-19T22:45:08
#
#-------------------------------------------------
QT += coregui uitools widgets
TARGET = PyPlug
TEMPLATE = app
INCLUDEPATH += LibPythonQt
DEPENDPATH += $$INCLUDEPATH
SOURCES += main.cpp
#include(LibPythonQt/build/common.prf)
include(LibPythonQt/build/PythonQt.prf)
#include(LibPythonQt/build/PythonQt_QtAll.prf)
include(PyPlugins/FtpClient/FtpClient.pri)
include(PyPlugins/PhpParser/PhpParser.pri)