Skip to content

Commit

Permalink
Add libkdegames >= 4.9.0 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
schuay committed Aug 28, 2012
1 parent 9663d68 commit 1d37dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -10,7 +10,7 @@ set(QT_USE_QTXML TRUE)


find_package(Qt4 REQUIRED) find_package(Qt4 REQUIRED)
find_package(KDE4 REQUIRED) find_package(KDE4 REQUIRED)
find_package(KDEGames REQUIRED) find_package(KDEGames 4.9.0 REQUIRED)


add_subdirectory(themes) add_subdirectory(themes)
add_subdirectory(icons) add_subdirectory(icons)
Expand Down

0 comments on commit 1d37dd4

Please sign in to comment.