summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/src.pro
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-09-05 16:14:49 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2018-09-06 06:55:51 +0000
commita5345fdb996b5494c4f4858297784d4314d35511 (patch)
tree27bbbaa8b2cb74b25a2694fdf1dba87c32c37672 /basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/src.pro
parentd7e97310f2bb13818173afebd1f1d40c616250de (diff)
qtwebbrowser: merge changes from qtwebbrowser git repo
* origin/dev: Show settings on center of the screen Update url for engadget.com favicon Don't anchor to item that is part of a layout Doc: Switch to standard doc config and templates Install binaries into $$INSTALL_PREFIX Do not try to compile if the QtWebEngine is missing Add tests/tests.pro for the ci Fix missing override warning Update window title Fix build with Qt 5.7 Add documentation Update Copyright header Add GPLv3 license file Task-number: QTBUG-70390 Change-Id: I5233923302d6136d2fef28a9e446fdd592ad5d28 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
Diffstat (limited to 'basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/src.pro')
-rw-r--r--basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/src.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/src.pro b/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/src.pro
index 79e4bdc..f076b73 100644
--- a/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/src.pro
+++ b/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/src.pro
@@ -37,7 +37,11 @@ RESOURCES += resources.qrc
SOURCES += touchmockingapplication.cpp
HEADERS += touchmockingapplication.h
QT += gui-private
+ isEmpty(INSTALL_PREFIX): INSTALL_PREFIX=/usr/local/bin
} else {
- target.path =/data/user/qt/qtwebbrowser-app
- INSTALLS += target
+ # Path for Qt for Device Creation
+ isEmpty(INSTALL_PREFIX): INSTALL_PREFIX=/data/user/qt/qtwebbrowser-app
}
+
+target.path = $$INSTALL_PREFIX
+INSTALLS += target