aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Don't have ../../ as part of the target nameChris Robinson2013-07-021-3/+4
|
* Check for Qt4 earlierChris Robinson2013-06-241-1/+0
|
* Properly check that Qt4 4.8+ was foundChris Robinson2013-06-241-1/+1
|
* Specify the required Qt4 version to find_packageChris Robinson2013-06-241-5/+3
|
* Make sure QtCore and QtGui were found and link with the appropriate libsChris Robinson2013-06-241-2/+2
|
* Require Qt 4.8 or newer for alsoft-configChris Robinson2013-06-241-1/+2
|
* Move alsoft-config to a separate project fileChris Robinson2013-06-241-0/+30
This to help avoid FindQt4.cmake from polluting the current project with defines and include directories, applying them to targets that don't use Qt.