aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 64feb63a61..496d2ebe35 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -20,7 +20,7 @@ QT_BREAKPAD_ROOT_PATH = $$(QT_BREAKPAD_ROOT_PATH)
}
win32 {
RC_FILE = qtcreator.rc
- target.path = $$QTC_PREFIX/bin
+ target.path = $$INSTALL_BIN_PATH
INSTALLS += target
} else:macx {
LIBS += -framework CoreFoundation
@@ -32,7 +32,7 @@ win32 {
info.output = $$IDE_BIN_PATH/../Info.plist
QMAKE_SUBSTITUTES = info
} else {
- target.path = $$QTC_PREFIX/bin
+ target.path = $$INSTALL_BIN_PATH
INSTALLS += target
}