1
0
Fork 0
PythonQt/examples/CPPPyWrapperExample/CPPPyWrapperExample.pro

20 lines
337 B
Prolog

TARGET = CPPPyWrapperExample
TEMPLATE = app
mac:CONFIG -= app_bundle
DESTDIR = ../../lib
include ( ../../build/common.prf )
include ( ../../build/PythonQt.prf )
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += \
CPPPyWrapperExample.cpp
RESOURCES += CPPPyWrapperExample.qrc