5f22899a17
We could use org.qtproject, but since this is an example anyway, and since example.org and example.com are reserved to IANA by RFC 2606 anyway, let's use that. Task-number: QTBUG-23274 Change-Id: Icdb1ac0390f88b72fa21b02ab362f1a98f26266c Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
18 lines
551 B
Prolog
18 lines
551 B
Prolog
CONFIG += qdbus
|
|
QT += widgets
|
|
|
|
HEADERS += chat.h chat_adaptor.h chat_interface.h
|
|
SOURCES += chat.cpp chat_adaptor.cpp chat_interface.cpp
|
|
FORMS += chatmainwindow.ui chatsetnickname.ui
|
|
|
|
#DBUS_ADAPTORS += org.example.chat.xml
|
|
#DBUS_INTERFACES += org.example.chat.xml
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/chat
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xml
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/chat
|
|
INSTALLS += target sources
|
|
|
|
simulator: warning(This example does not work on Simulator platform)
|