summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-02-08 07:36:42 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-08 07:40:03 +0100
commitb113644acbeda7171b4442fba2aac3e51f9c5b0f (patch)
tree5d193a27d75cd02a81c3def66fe72cef47f880a2
parent389c5f4a52fae01ef1aea8dd98174a666d90e2dd (diff)
Add configure, sync.profile, and header.* to OTHER_FILES in qtbase.pro
This makes these files easily locatable when using Qt Creator. Change-Id: Ie0c15ebf2cc7045954713265bf524f2ecf1eea34 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
-rw-r--r--qtbase.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/qtbase.pro b/qtbase.pro
index 56f40cdb7a..5fc9cb3888 100644
--- a/qtbase.pro
+++ b/qtbase.pro
@@ -132,3 +132,11 @@ win32:!equals(QT_BUILD_TREE, $$QT_SOURCE_TREE) {
mkspecs.files += $$QT_BUILD_TREE/mkspecs/default
}
INSTALLS += mkspecs
+
+OTHER_FILES += \
+ configure \
+ header.BSD \
+ header.FDL \
+ header.LGPL \
+ header.LGPL-ONLY \
+ sync.profile