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 | |
parent | edb421c5c7be6eb95e408e38b21f15942d7f63c7 (diff) | |
download | tde-style-qtcurve-885364fef824a08bf5c601eb56bab268b6c6cadd.tar.gz tde-style-qtcurve-885364fef824a08bf5c601eb56bab268b6c6cadd.zip |
Fix CMake files
(cherry picked from commit 49b7f1fc787b969aad8fea4d4d2b15ef63cc4795)
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | style/CMakeLists.txt | 1 |
2 files changed, 2 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 ########### diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt index 36f5c46..01e06f7 100644 --- a/style/CMakeLists.txt +++ b/style/CMakeLists.txt @@ -16,6 +16,7 @@ add_definitions( include_directories( ${TQT_INCLUDE_DIRS} ${TDE_INCLUDE_DIRS} + ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR} ) |