author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = app |
2 |
TARGET = qdbusviewer |
|
3 |
||
4 |
HEADERS = qdbusviewer.h \ |
|
5 |
qdbusmodel.h \ |
|
6 |
propertydialog.h |
|
7 |
||
8 |
SOURCES = qdbusviewer.cpp \ |
|
9 |
qdbusmodel.cpp \ |
|
10 |
propertydialog.cpp \ |
|
11 |
main.cpp |
|
12 |
||
13 |
RESOURCES += qdbusviewer.qrc |
|
14 |
||
15 |
DESTDIR = ../../../bin |
|
16 |
||
17 |
CONFIG += qdbus |
|
18 |
QT += xml |
|
19 |
||
20 |
target.path=$$[QT_INSTALL_BINS] |
|
21 |
INSTALLS += target |
|
22 |
||
23 |
mac { |
|
24 |
ICON = images/qdbusviewer.icns |
|
25 |
QMAKE_INFO_PLIST = Info_mac.plist |
|
26 |
} |
|
27 |
||
28 |
win32 { |
|
29 |
RC_FILE = qdbusviewer.rc |
|
30 |
} |