equal
deleted
inserted
replaced
1 |
|
2 HEADERS = analogclock.h autotest.h |
|
3 SOURCES = analogclock.cpp \ |
|
4 autotest.cpp \ |
|
5 main.cpp |
|
6 |
|
7 CONFIG += qt warn_on console depend_includepath |
|
8 |
|
9 qtAddLibrary(QtTest) |
|
10 |
|
11 # install |
|
12 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/analogclock |
|
13 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS analogclock.pro |
|
14 sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/analogclock |
|
15 INSTALLS += target sources |
|
16 |
|
17 symbian { |
|
18 TARGET.UID3 = 0xED83EC02 |
|
19 TARGET.CAPABILITY="ALL -TCB" |
|
20 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
|
21 RSS_RULES ="group_name=\"QtTests\";" |
|
22 } |
|