source: trunk/examples/script/qstetrix/qstetrix.pro@ 500

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

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

File size: 420 bytes
Line 
1QT += script
2CONFIG += uitools
3
4HEADERS = tetrixboard.h
5SOURCES = main.cpp \
6 tetrixboard.cpp
7
8FORMS = tetrixwindow.ui
9RESOURCES = tetrix.qrc
10
11contains(QT_CONFIG, scripttools): QT += scripttools
12
13# install
14target.path = $$[QT_INSTALL_EXAMPLES]/script/qstetrix
15sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qstetrix.pro *.js
16sources.path = $$[QT_INSTALL_EXAMPLES]/script/qstetrix
17INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.