author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
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) |