author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 12 Mar 2010 15:46:37 +0200 | |
branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
include(../src/src.pri) |
2 |
||
3 |
QT = core script |
|
4 |
||
5 |
CONFIG += qtestlib |
|
6 |
||
7 |
DESTDIR = ./ |
|
8 |
||
9 |
win32: CONFIG += console |
|
10 |
mac:CONFIG -= app_bundle |
|
11 |
||
12 |
requires(contains(QT_CONFIG,script)) |
|
13 |
||
14 |
DEFINES += QSHAREDMEMORY_DEBUG |
|
15 |
DEFINES += QSYSTEMSEMAPHORE_DEBUG |
|
16 |
||
17 |
SOURCES += main.cpp |
|
18 |
TARGET = lackey |
|
19 |
||
20 |