##// END OF EJS Templates
Added generator to install targets and removed examples from build.
Added generator to install targets and removed examples from build.

File last commit:

r9:2b3d939ebb38 default
r12:17486c75e366 tip default
Show More
PyCPPWrapperExample.pro
26 lines | 528 B | text/idl | PrologLexer
First init.
r0 # --------- PyCPPWrapperExample profile -------------------
# Last changed by $Author: florian $
# $Id: PythonQt.pro 35381 2006-03-16 13:05:52Z florian $
# $Source$
# --------------------------------------------------
TARGET = PyCPPWrapperExample
TEMPLATE = app
DESTDIR = ../../lib
Pulled changes from https://github.com/Orochimarufan/PythonQt.
r6 contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
Jeandet Alexis
Updated build scripts, now everything builds.
r9 CONFIG+=BUILDING_EXAMPLES
Pulled changes from https://github.com/Orochimarufan/PythonQt.
r6 include ( ../../build/pythonqt.prf )
First init.
r0
HEADERS += \
CustomObjects.h
SOURCES += \
main.cpp \
CustomObjects.cpp
RESOURCES += PyCPPWrapperExample.qrc