From 297bc47ad4c0667e23ac7e2df500a8be5cd89ffa Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 27 Nov 2012 21:52:13 +0100 Subject: dbus-chat => chat to make the source and install locations consistent Change-Id: Ifde8748eeab843b06bf79f941fa4789b5b68cca9 Reviewed-by: Jerome Pasion --- examples/dbus/chat/chat.pro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/dbus/chat/chat.pro (limited to 'examples/dbus/chat/chat.pro') 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) -- cgit v1.2.3