Last change
on this file since 641 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
396 bytes
|
Rev | Line | |
---|
[2] | 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
|
---|
[561] | 15 |
|
---|
| 16 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.