tests/auto/qvaluespacesubscriber/tst_qvaluespacesubscriber/tst_qvaluespacesubscriber.pro
equal
deleted
inserted
replaced
|
1 TARGET = tst_qvaluespacesubscriber |
|
2 INCLUDEPATH += ../../../../src/publishsubscribe |
|
3 DEPENDPATH += ../../../../src/publishsubscribe |
|
4 |
|
5 CONFIG+=testcase |
|
6 |
|
7 QT = core |
|
8 |
|
9 include(../../../../common.pri) |
|
10 |
|
11 VPATH += .. |
|
12 DEPENDPATH += .. |
|
13 INCLUDEPATH += .. |
|
14 |
|
15 # Input |
|
16 SOURCES += tst_qvaluespacesubscriber.cpp \ |
|
17 tst_qvaluespacesubscribershared.cpp |
|
18 HEADERS += tst_qvaluespacesubscribershared.h |
|
19 |
|
20 DEFINES += QT_START_VALUESPACE |
|
21 |
|
22 CONFIG += mobility |
|
23 MOBILITY = publishsubscribe |
|
24 |
|
25 symbian { |
|
26 crml.sources = qvaluespacesubscriber.qcrml |
|
27 crml.path = /resource/qt/crml |
|
28 DEPLOYMENT += crml |
|
29 TARGET.UID3 = 0x2002ac86 |
|
30 TARGET.CAPABILITY = ALL -TCB |
|
31 } |
|
32 |
|
33 win32 { |
|
34 !wince*:LIBS += -ladvapi32 |
|
35 } |
|
36 |
|
37 wince* { |
|
38 DEPLOYLACKEY.sources = $$OUTPUT_DIR/build/tests/bin/vsiTestLackey.exe |
|
39 DEPLOYLACKEY.path = . |
|
40 DEPLOYMENT += DEPLOYLACKEY |
|
41 } |