summaryrefslogtreecommitdiff
path: root/examples/script/defaultprototypes/defaultprototypes.pro
blob: 0685673040f4b1f450a0fe0b0681edcb66e8a603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += widgets script
RESOURCES += defaultprototypes.qrc
SOURCES += main.cpp prototypes.cpp
HEADERS += prototypes.h

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/defaultprototypes
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.js defaultprototypes.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/defaultprototypes
INSTALLS += target sources

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example