equal
deleted
inserted
replaced
|
1 HEADERS = tetrixboard.h \ |
|
2 tetrixpiece.h \ |
|
3 tetrixwindow.h |
|
4 SOURCES = main.cpp \ |
|
5 tetrixboard.cpp \ |
|
6 tetrixpiece.cpp \ |
|
7 tetrixwindow.cpp |
|
8 |
|
9 # install |
|
10 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tetrix |
|
11 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tetrix.pro |
|
12 sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tetrix |
|
13 INSTALLS += target sources |
|
14 |
|
15 symbian { |
|
16 TARGET.UID3 = 0xA000C606 |
|
17 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
|
18 } |