aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qbs.pro1
-rw-r--r--share/share.pri3
-rw-r--r--static.pro4
3 files changed, 4 insertions, 4 deletions
diff --git a/qbs.pro b/qbs.pro
index 88c8c7be3..39b0ac33a 100644
--- a/qbs.pro
+++ b/qbs.pro
@@ -46,4 +46,3 @@ OTHER_FILES += \
include(qbs_version.pri)
include(doc/doc.pri)
-include(share/share.pri)
diff --git a/share/share.pri b/share/share.pri
deleted file mode 100644
index eb476dc8b..000000000
--- a/share/share.pri
+++ /dev/null
@@ -1,3 +0,0 @@
-shared.files = $${PWD}/qbs
-shared.path = /share
-INSTALLS += shared
diff --git a/static.pro b/static.pro
index e0a763ec2..48cb70039 100644
--- a/static.pro
+++ b/static.pro
@@ -75,3 +75,7 @@ OTHER_FILES += $$FILES
copy2build.CONFIG += no_link
QMAKE_EXTRA_COMPILERS += copy2build
}
+
+share.files = share/qbs
+share.path = /share
+INSTALLS += share