source: trunk/examples/script/qscript/qscript.pro@ 1077

Last change on this file since 1077 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 396 bytes
Line 
1
2QT += script
3win32: CONFIG += console
4mac:CONFIG -= app_bundle
5
6SOURCES += main.cpp
7
8include(../customclass/bytearrayclass.pri)
9
10# install
11target.path = $$[QT_INSTALL_EXAMPLES]/script/qscript
12sources.files = $$RESOURCES $$FORMS main.cpp qscript.pro
13sources.path = $$[QT_INSTALL_EXAMPLES]/script/qscript
14INSTALLS += target sources
15
16symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.