Added the find Qt4 script, because it required modifications

Former-commit-id: da617c3bbf6720c9789d7dba57c28dc964b6155c
This commit is contained in:
T. van der Zwan
2013-11-12 13:53:39 +00:00
parent ddd2e26475
commit 2bc84d63bf
5 changed files with 2299 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ project(Hyperion)
# Add project specific cmake modules (find, etc)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
# Add specific cmake modules to find qt4 (default version finds first available QT which might not be qt4)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/qt4)
# Define the global output path of binaries
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)