summaryrefslogtreecommitdiff
path: root/examples/script/qscript/qscript.pro
blob: 697d71bc56464fc6ebccd2c076abe460a38a87ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

QT += script
win32:CONFIG += console no_batch
mac:CONFIG -= app_bundle

SOURCES += main.cpp

include(../customclass/bytearrayclass.pri)

target.path = $$[QT_INSTALL_EXAMPLES]/script/qscript
INSTALLS += target

maemo5: CONFIG += qt_example