summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btchat/btchat.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btchat/btchat.pro')
-rw-r--r--examples/bluetooth/btchat/btchat.pro27
1 files changed, 26 insertions, 1 deletions
diff --git a/examples/bluetooth/btchat/btchat.pro b/examples/bluetooth/btchat/btchat.pro
index 9c37dfcf..0d7b5f77 100644
--- a/examples/bluetooth/btchat/btchat.pro
+++ b/examples/bluetooth/btchat/btchat.pro
@@ -3,7 +3,6 @@ TARGET = btchat
QT = core bluetooth widgets
requires(qtConfig(listwidget))
-android: QT += androidextras
SOURCES = \
main.cpp \
@@ -22,5 +21,31 @@ FORMS = \
chat.ui \
remoteselector.ui
+theme_resources.files = \
+ icons/btchat/24x24/bluetooth.png \
+ icons/btchat/24x24/bluetooth_dark.png \
+ icons/btchat/24x24/send.png \
+ icons/btchat/24x24/send_dark.png \
+ icons/btchat/24x24@2/bluetooth.png \
+ icons/btchat/24x24@2/bluetooth_dark.png \
+ icons/btchat/24x24@2/send.png \
+ icons/btchat/24x24@2/send_dark.png \
+ icons/btchat/24x24@3/bluetooth.png \
+ icons/btchat/24x24@3/bluetooth_dark.png \
+ icons/btchat/24x24@3/send.png \
+ icons/btchat/24x24@3/send_dark.png \
+ icons/btchat/24x24@4/bluetooth.png \
+ icons/btchat/24x24@4/bluetooth_dark.png \
+ icons/btchat/24x24@4/send.png \
+ icons/btchat/24x24@4/send_dark.png \
+ icons/btchat/index.theme
+
+theme_resources.prefix = /
+
+RESOURCES += theme_resources
+
+ios: QMAKE_INFO_PLIST = ../shared/Info.qmake.ios.plist
+macos: QMAKE_INFO_PLIST = ../shared/Info.qmake.macos.plist
+
target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/btchat
INSTALLS += target