summaryrefslogtreecommitdiffstats
path: root/examples/dbus/chat/chat.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/chat/chat.pro')
-rw-r--r--examples/dbus/chat/chat.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/dbus/chat/chat.pro b/examples/dbus/chat/chat.pro
new file mode 100644
index 0000000000..5c78405804
--- /dev/null
+++ b/examples/dbus/chat/chat.pro
@@ -0,0 +1,16 @@
+QT += dbus widgets
+
+HEADERS += chat.h
+SOURCES += chat.cpp
+FORMS += chatmainwindow.ui chatsetnickname.ui
+
+DBUS_ADAPTORS += org.example.chat.xml
+DBUS_INTERFACES += org.example.chat.xml
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xml
+sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/dbus-chat
+INSTALLS += target sources
+
+simulator: warning(This example does not work on Simulator platform)