##// END OF EJS Templates
Updated to latest PythonQt revision
Updated to latest PythonQt revision

File last commit:

r9:2b3d939ebb38 default
r11:b89840e63daa default
Show More
PyScriptingConsole.pro
29 lines | 626 B | text/idl | PrologLexer
First init.
r0 # --------- PyScriptingConsole profile -------------------
# Last changed by $Author: florian $
# $Id: PythonQt.pro 35381 2006-03-16 13:05:52Z florian $
# $Source$
# --------------------------------------------------
TARGET = PyScriptingConsole
TEMPLATE = app
DESTDIR = ../../lib
Pulled changes from https://github.com/Orochimarufan/PythonQt.
r6 contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
First init.
r0 mac:CONFIG-= app_bundle
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
HEADERS += \
PyExampleObject.h
SOURCES += \
PyExampleObject.cpp \
main.cpp
RESOURCES += PyScriptingConsole.qrc