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

SOURCES += main.cpp

include(qsdbg.pri)

EXAMPLE_FILES = *.js

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

maemo5: CONFIG += qt_example