##// END OF EJS Templates
Improved RPM build.
Improved RPM build.

File last commit:

r9:2b3d939ebb38 default
r10:e0cdd9b77501 default
Show More
PyGuiExample.pro
26 lines | 508 B | text/idl | PrologLexer
First init.
r0 # --------- PyGuiExample profile -------------------
# Last changed by $Author: florian $
# $Id: PythonQt.pro 35381 2006-03-16 13:05:52Z florian $
# $Source$
# --------------------------------------------------
TARGET = PyGuiExample
TEMPLATE = app
mac:CONFIG -= app_bundle
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 )
Jeandet Alexis
Updated build scripts, now everything builds.
r9
First init.
r0
SOURCES += \
main.cpp
RESOURCES += PyGuiExample.qrc