author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 16 Apr 2010 15:50:13 +0300 | |
changeset 18 | 2f34d5167611 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = app |
2 |
TARGET = pong |
|
3 |
DEPENDPATH += . |
|
4 |
INCLUDEPATH += . |
|
5 |
QT -= gui |
|
6 |
CONFIG += qdbus |
|
7 |
||
8 |
# Input |
|
9 |
HEADERS += ping-common.h pong.h |
|
10 |
SOURCES += pong.cpp |
|
11 |
||
12 |
# install |
|
13 |
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong |
|
14 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro |
|
15 |
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong |
|
16 |
INSTALLS += target sources |
|
17 |
||
18 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |