source: trunk/examples/script/calculator/calculator.pro@ 641

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: 420 bytes
Line 
1QT += script
2CONFIG += uitools
3RESOURCES += calculator.qrc
4SOURCES += main.cpp
5
6contains(QT_CONFIG, scripttools): QT += scripttools
7
8# install
9target.path = $$[QT_INSTALL_EXAMPLES]/script/calculator
10sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.js *.ui
11sources.path = $$[QT_INSTALL_EXAMPLES]/script/calculator
12INSTALLS += target sources
13
14symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.