##// END OF EJS Templates
Fixed install issue.
Fixed install issue.

File last commit:

r6:70816373a99c default
r7:f6dfc217ca2f default
Show More
PyScriptingConsole.pro
30 lines | 702 B | text/idl | PrologLexer
# --------- 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
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
mac:CONFIG-= app_bundle
include ( ../../build/common.prf )
CONFIG+=BUILDING_QTALL
include ( ../../build/pythonqt.prf )
include ( ../../build/PythonQt_QtAll.prf )
HEADERS += \
PyExampleObject.h
SOURCES += \
PyExampleObject.cpp \
main.cpp
RESOURCES += PyScriptingConsole.qrc