Last change
on this file since 1036 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
548 bytes
|
Line | |
---|
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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.