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

Last change on this file since 500 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 331 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
Note: See TracBrowser for help on using the repository browser.