##// END OF EJS Templates
Cleaned build scripts.
Cleaned build scripts.

File last commit:

r6:70816373a99c default
r8:7250c4578e1b default
Show More
PyGuiExample.pro
27 lines | 586 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
}
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 include ( ../../build/PythonQt_QtAll.prf )
SOURCES += \
main.cpp
RESOURCES += PyGuiExample.qrc