##// END OF EJS Templates

File last commit:

r6:70816373a99c default
r6:70816373a99c default
Show More
CPPPyWrapperExample.pro
21 lines | 359 B | text/idl | PrologLexer
First init.
r0
TARGET = CPPPyWrapperExample
TEMPLATE = app
mac:CONFIG -= app_bundle
DESTDIR = ../../lib
Pulled changes from https://github.com/Orochimarufan/PythonQt.
r6 contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
First init.
r0 include ( ../../build/common.prf )
Pulled changes from https://github.com/Orochimarufan/PythonQt.
r6 CONFIG+=BUILDING_QTALL
include ( ../../build/pythonqt.prf )
First init.
r0
SOURCES += \
CPPPyWrapperExample.cpp
RESOURCES += CPPPyWrapperExample.qrc