##// END OF EJS Templates

File last commit:

r6:70816373a99c default
r6:70816373a99c default
Show More
PyGettingStarted.pro
25 lines | 547 B | text/idl | PrologLexer
# --------- PyScriptingConsole profile -------------------
# Last changed by $Author: florian $
# $Id: PythonQt.pro 35381 2006-03-16 13:05:52Z florian $
# $Source$
# --------------------------------------------------
TARGET = PyGettingStarted
TEMPLATE = app
DESTDIR = ../../lib
CONFIG += console
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
include ( ../../build/common.prf )
CONFIG+=BUILDING_QTALL
include ( ../../build/pythonqt.prf )
SOURCES += \
main.cpp
RESOURCES += PyGettingStarted.qrc