aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2019-04-30 18:54:03 +0200
committerTim Jenssen <tim.jenssen@qt.io>2019-05-02 14:35:13 +0000
commit8000a3e70b5ff48bd76a3fe7717fb4d9d7fbce47 (patch)
treee105371b90cdcd0175c9cffffb29908401492ed0 /qtcreator.pro
parentb32c1453b406f4ea4cb7ebe064c700d3e7501088 (diff)
add brand QtCreator to something else feature
- this patch enables branding QtCreator to something else excluding the logo icons which will follow in a later patch - qtcreator_ide_branding.pri is always included, so only need to write the values we want to override in a IDE_BRANDING_PRI file - if there is no BINARY_ARTIFACTS_BRANCH it won't checkout that repository Task-number: QTCREATORBUG-22226 Change-Id: I592b40025cc53988224770b704622874f2174593 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index e5f2951634..e22433d420 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -124,7 +124,7 @@ macx {
BINDIST_EXCLUDE_ARG.debug = $${BINDIST_EXCLUDE_ARG.release}
deployqt.commands = python -u $$PWD/scripts/deployqt.py -i \"$(INSTALL_ROOT)$$QTC_PREFIX/bin/$${IDE_APP_TARGET}\" \"$(QMAKE)\"
deployqt.depends = install
- win32 {
+ win32:!isEmpty(BINARY_ARTIFACTS_BRANCH) {
deployartifacts.depends = install
deployartifacts.commands = git clone --depth 1 -b $$BINARY_ARTIFACTS_BRANCH \
"http://code.qt.io/qt-creator/binary-artifacts.git" \