equal
deleted
inserted
replaced
|
1 CONFIG += qttest_p4 |
|
2 #QT = core |
|
3 |
|
4 include(../qsharedmemory/src/src.pri) |
|
5 win32: CONFIG += console |
|
6 |
|
7 DEFINES += QSHAREDMEMORY_DEBUG |
|
8 DEFINES += QSYSTEMSEMAPHORE_DEBUG |
|
9 |
|
10 SOURCES += tst_qsystemsemaphore.cpp |
|
11 TARGET = tst_qsystemsemaphore |
|
12 |
|
13 RESOURCES += files.qrc |
|
14 |
|
15 wince*: { |
|
16 requires(contains(QT_CONFIG,script)) |
|
17 # this test calls lackey, which then again depends on QtScript. |
|
18 # let's add it here so that it gets deployed easily |
|
19 QT += script |
|
20 lackey.sources = ../lackey/lackey.exe |
|
21 lackey.path = ../lackey |
|
22 |
|
23 DEPLOYMENT += lackey |
|
24 } |
|
25 |
|
26 symbian: { |
|
27 requires(contains(QT_CONFIG,script)) |
|
28 # this test calls lackey, which then again depends on QtScript. |
|
29 # let's add it here so that it gets deployed easily |
|
30 QT += script |
|
31 |
|
32 lackey.sources = ../lackey/lackey.exe |
|
33 lackey.path = /sys/bin |
|
34 DEPLOYMENT += lackey |
|
35 } |
|
36 |