From: Bradley T. Hughes Date: Wed, 8 Feb 2012 06:36:42 +0000 (+0100) Subject: Add configure, sync.profile, and header.* to OTHER_FILES in qtbase.pro X-Git-Tag: qt-v5.0.0-alpha1~1253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b113644acbeda7171b4442fba2aac3e51f9c5b0f;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/qtbase.pro b/qtbase.pro index 56f40cd..5fc9cb3 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