author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 10:37:55 +0300 | |
changeset 33 | 3e2da88830cd |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
|
2 |
QT += script |
|
3 |
win32: CONFIG += console |
|
4 |
mac:CONFIG -= app_bundle |
|
5 |
||
6 |
SOURCES += main.cpp |
|
7 |
||
8 |
include(../customclass/bytearrayclass.pri) |
|
9 |
||
10 |
# install |
|
11 |
target.path = $$[QT_INSTALL_EXAMPLES]/script/qscript |
|
12 |
sources.files = $$RESOURCES $$FORMS main.cpp qscript.pro |
|
13 |
sources.path = $$[QT_INSTALL_EXAMPLES]/script/qscript |
|
14 |
INSTALLS += target sources |
|
15 |
||
16 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |