aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2011-09-21 12:00:52 +0200
committerStephen Kelly <steveire@gmail.com>2011-09-21 12:00:52 +0200
commit06d21bcfdd7d4f99e461df4c9531e819c88686ef (patch)
tree123e342c6a2b4c81664247f1c0cec983ab6534e6 /modules
parent5f6b98c4c20ebe50792bc48aeff3cbb29788f5d1 (diff)
downloadextra-cmake-modules-06d21bcfdd7d4f99e461df4c9531e819c88686ef.tar.gz
extra-cmake-modules-06d21bcfdd7d4f99e461df4c9531e819c88686ef.tar.bz2
Make sure the docs appear at the top.
Diffstat (limited to 'modules')
-rw-r--r--modules/ECMQtFramework.cmake15
1 files changed, 8 insertions, 7 deletions
diff --git a/modules/ECMQtFramework.cmake b/modules/ECMQtFramework.cmake
index 8a1d0ae0..68985892 100644
--- a/modules/ECMQtFramework.cmake
+++ b/modules/ECMQtFramework.cmake
@@ -1,10 +1,3 @@
-
-# We need to make sure this file is included before Qt found.
-# Otherwise QT_USE_IMPORTED_TARGETS would have no effect.
-# ### Temporarily disabled until KDE Frameworks includes this file before finding Qt.
-# if (QT4_FOUND)
-# message(SEND_ERROR "This file must be included before finding the Qt package.")
-# endif()
#- Automatic configuration of a project as a Qt framework.
#
# This module can be used to simplify creation of quality frameworks written in Qt.
@@ -88,6 +81,14 @@
#
# 15) The FeatureSummary module is included.
+# We need to make sure this file is included before Qt found.
+# Otherwise QT_USE_IMPORTED_TARGETS would have no effect.
+# ### Temporarily disabled until KDE Frameworks includes this file before finding Qt.
+# if (QT4_FOUND)
+# message(SEND_ERROR "This file must be included before finding the Qt package.")
+# endif()
+
+
include(FeatureSummary)
include(GenerateExportHeader)