summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qtcreator.pri2
-rw-r--r--qtcreator.pro4
-rw-r--r--share/share.pro2
3 files changed, 7 insertions, 1 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index e1f4c8f23b..78a8622ae8 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -184,3 +184,5 @@ qt:greaterThan(QT_MAJOR_VERSION, 4) {
contains(QT, gui): QT += widgets
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x040900
}
+
+OTHER_FILES += $$replace(_PRO_FILE_, \\.pro$, .qbs)
diff --git a/qtcreator.pro b/qtcreator.pro
index c1e5fa0014..6527d890e5 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -15,7 +15,9 @@ SUBDIRS = src share lib/qtcreator/qtcomponents
unix:!macx:!isEmpty(copydata):SUBDIRS += bin
OTHER_FILES += dist/copyright_template.txt \
- $$files(dist/changes-*)
+ $$files(dist/changes-*) \
+ qtcreator.qbp \
+ qbs/pluginspec/pluginspec.qbs
macx: PLATFORM = "mac"
else:win32: PLATFORM = "windows"
diff --git a/share/share.pro b/share/share.pro
index 69509a0098..aa8c26680a 100644
--- a/share/share.pro
+++ b/share/share.pro
@@ -1,3 +1,5 @@
TEMPLATE = subdirs
SUBDIRS = qtcreator/static.pro \
qtcreator/translations
+OTHER_FILES += share.qbs \
+ ../src/share/share.qbs