From 999be88c8a618e85d9f715a941a3a7429ccce72d Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 27 Aug 2011 10:18:14 +0200 Subject: Add some files for Qt based frameworks to use. --- modules/ECMQtUseFile.cmake.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/ECMQtUseFile.cmake.in (limited to 'modules/ECMQtUseFile.cmake.in') diff --git a/modules/ECMQtUseFile.cmake.in b/modules/ECMQtUseFile.cmake.in new file mode 100644 index 00000000..39d0f51b --- /dev/null +++ b/modules/ECMQtUseFile.cmake.in @@ -0,0 +1,4 @@ +find_package(Qt4 REQUIRED) +include(${QT_USE_FILE}) + +include_directories(${@PROJECT_NAME@_INCLUDE_DIR}) -- cgit v1.2.1