diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 18:46:52 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-09-01 17:14:54 +0200 |
commit | 885364fef824a08bf5c601eb56bab268b6c6cadd (patch) | |
tree | d765ad279353ae92c3c6e1925b8d6c260d82547b /style | |
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 'style')
-rw-r--r-- | style/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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} ) |