##// END OF EJS Templates
Start Python 3.x Port...
Start Python 3.x Port The main python interpreter works, BUT: Many tests still fail, Qt integration is broken

File last commit:

r0:2978a919fc4e
r206:316b4928f53f
Show More
PyGettingStarted.pro
20 lines | 475 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
include ( ../../build/common.prf )
include ( ../../build/PythonQt.prf )
SOURCES += \
main.cpp
RESOURCES += PyGettingStarted.qrc