projects
/
evaf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4bcb97
)
We need Qt >=4.6.
author
Enar Väikene
<enar@vaikene.net>
Wed, 19 Oct 2011 09:03:56 +0000
(12:03 +0300)
committer
Enar Väikene
<enar@vaikene.net>
Wed, 19 Oct 2011 09:03:56 +0000
(12:03 +0300)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index f7baf28990ebf53ef3dfd0aca09d81a2b42ceac3..ddff8df8ec7edd84f25150b0f5be7a1ab638f620 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-10,7
+10,7
@@
endif(COMMAND cmake_policy)
set(CMAKE_MODULE_PATH ${eVaf_SOURCE_DIR}/mk/cmake)
# Find Qt4
-find_package(Qt4 REQUIRED)
+find_package(Qt4
4.6
REQUIRED)
# Default to the Debug build type if none is specified
IF(NOT CMAKE_BUILD_TYPE)