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

Last change on this file since 296 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 355 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
Note: See TracBrowser for help on using the repository browser.