diff options
author | Timothy Pearson <[email protected]> | 2011-11-24 18:46:52 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-09-01 17:14:54 +0200 |
commit | 885364fef824a08bf5c601eb56bab268b6c6cadd (patch) | |
tree | d765ad279353ae92c3c6e1925b8d6c260d82547b /CMakeLists.txt | |
parent | edb421c5c7be6eb95e408e38b21f15942d7f63c7 (diff) | |
download | tde-style-qtcurve-885364fef824a08bf5c601eb56bab268b6c6cadd.tar.gz tde-style-qtcurve-885364fef824a08bf5c601eb56bab268b6c6cadd.zip |
Fix CMake files
(cherry picked from commit 49b7f1fc787b969aad8fea4d4d2b15ef63cc4795)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f9fd04..1ac4ab0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ include(CPack) ##### general package setup ##################### -project( kio-locate ) +project( kde-style-qtcurve ) ##### include essential cmake modules ########### |