04b7641e85
- Add x11proto to redbear-full.toml package list - libxau recipe updated with x11proto dependency and custom build script - Fixes libxau build failure: 'Package xproto was not found'
15 lines
289 B
Prolog
15 lines
289 B
Prolog
QT += dbus widgets
|
|
|
|
HEADERS += chat.h
|
|
SOURCES += chat.cpp
|
|
FORMS += chatmainwindow.ui
|
|
|
|
DBUS_ADAPTORS += org.example.chat.xml
|
|
DBUS_INTERFACES += org.example.chat.xml
|
|
|
|
CONFIG += no_batch # work around QTBUG-96513
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat
|
|
INSTALLS += target
|