summaryrefslogtreecommitdiff
path: root/examples/script/customclass/customclass.pro
blob: 1edc5112cf2adb5bf7fc3c4f3090f1fd0578fb89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT = core script
win32: CONFIG += console
mac:CONFIG -= app_bundle

SOURCES += main.cpp

include(bytearrayclass.pri)

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

maemo5: CONFIG += qt_example