OSDN Git Service

Remove unused functions
[qt-creator-jp/qt-creator-jp.git] / qtcreator.pro
index e3aeb69..3e15415 100644 (file)
@@ -1,14 +1,30 @@
+include(qtcreator.pri)
+
 #version check qt
-contains(QT_VERSION, ^4\\.[0-6]\\..*) {
+!minQtVersion(4, 7, 4) {
     message("Cannot build Qt Creator with Qt version $${QT_VERSION}.")
-    error("Use at least Qt 4.7.")
+    error("Use at least Qt 4.7.4.")
 }
 
-include(qtcreator.pri)
 include(doc/doc.pri)
 
 TEMPLATE  = subdirs
 CONFIG   += ordered
 
-SUBDIRS = src share
-WITH_TESTS:SUBDIRS += tests
+SUBDIRS = src share lib/qtcreator/qtcomponents
+unix:!macx:!isEmpty(copydata):SUBDIRS += bin
+
+OTHER_FILES += dist/copyright_template.txt \
+    dist/changes-1.1.0 \
+    dist/changes-1.1.1 \
+    dist/changes-1.2.0 \
+    dist/changes-1.2.1 \
+    dist/changes-1.3.0 \
+    dist/changes-1.3.1 \
+    dist/changes-2.0.0 \
+    dist/changes-2.0.1 \
+    dist/changes-2.1.0 \
+    dist/changes-2.2.0 \
+    dist/changes-2.3.0 \
+    dist/changes-2.3.1 \
+    dist/changes-2.4.0