summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Xinwei <1326710505@qq.com>2020-11-27 18:35:51 +0800
committerLi Xinwei <1326710505@qq.com>2020-11-27 19:01:26 +0800
commit18da702526da705ee7d9df17996255117fb0646f (patch)
tree77b9dfebe7058d813b70a903230cfb5bbd73f8c7
parent8dbe95e4621dd1bf3ccc111f9e7320c36e82bc8b (diff)
Fix qdbusviewer.exe missing version and copyright information
The rc file of qdbusviewer.exe should be generated by the build system. Change-Id: I038d5a092d95089b5f7ff36e48c2657dea230772 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 3385dea6e3b69c76fa3a1ec176eee3d84d20f7b8)
-rw-r--r--src/qdbus/qdbusviewer/qdbusviewer.pro2
-rw-r--r--src/qdbus/qdbusviewer/qdbusviewer.rc1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/qdbus/qdbusviewer/qdbusviewer.pro b/src/qdbus/qdbusviewer/qdbusviewer.pro
index 02ec7a2d2..07a47cd4c 100644
--- a/src/qdbus/qdbusviewer/qdbusviewer.pro
+++ b/src/qdbus/qdbusviewer/qdbusviewer.pro
@@ -23,7 +23,7 @@ mac {
}
win32 {
- RC_FILE = qdbusviewer.rc
+ RC_ICONS = images/qdbusviewer.ico
}
load(qt_app)
diff --git a/src/qdbus/qdbusviewer/qdbusviewer.rc b/src/qdbus/qdbusviewer/qdbusviewer.rc
deleted file mode 100644
index c4b1d60b8..000000000
--- a/src/qdbus/qdbusviewer/qdbusviewer.rc
+++ /dev/null
@@ -1 +0,0 @@
-IDI_ICON1 ICON DISCARDABLE "images/qdbusviewer.ico"