aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-09-01 16:57:22 +0200
committerEike Ziller <eike.ziller@qt.io>2021-09-08 06:29:51 +0000
commit6528bd6a2738e9f9726b10a76e0efbba0688afcd (patch)
treee0611395ffa2473e5d4861402e77730acf674bf2 /src/app/app.pro
parent9ecbb3e4ee37c1332d0ad545bc88c0a4367781b6 (diff)
Add branding option for application icon and logo
Change-Id: I23ee91ab47d06aab370b2083d4f96f7833bf16ff Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index e76ba26b71..730427ba89 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -30,7 +30,8 @@ win32 {
RC_APPLICATION_NAME=\"$$replace(APPLICATION_NAME, " ", "\\x20")\" \
RC_VERSION=$$replace(QTCREATOR_VERSION, "\\.", ","),0 \
RC_VERSION_STRING=\"$${QTCREATOR_DISPLAY_VERSION}\" \
- RC_COPYRIGHT=\"$$replace(COPYRIGHT, " ", "\\x20")\"
+ RC_COPYRIGHT=\"$$replace(COPYRIGHT, " ", "\\x20")\" \
+ RC_ICON_PATH=.
RC_FILE = qtcreator.rc
} else:macx {
LIBS += -framework CoreFoundation