blob: adcd24954c8ad80119c8ffb08f74e3e01b2bbea1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
QT = core script
CONFIG += console
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/marshal
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS marshal.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/marshal
INSTALLS += target sources
symbian: CONFIG += qt_example
|