source: trunk/examples/widgets/tetrix/tetrix.pro@ 1168

Last change on this file since 1168 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 536 bytes
Line 
1HEADERS = tetrixboard.h \
2 tetrixpiece.h \
3 tetrixwindow.h
4SOURCES = main.cpp \
5 tetrixboard.cpp \
6 tetrixpiece.cpp \
7 tetrixwindow.cpp
8
9# install
10target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tetrix
11sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tetrix.pro
12sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tetrix
13INSTALLS += target sources
14
15symbian {
16 TARGET.UID3 = 0xA000C606
17 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
18}
Note: See TracBrowser for help on using the repository browser.