diff options
author | Timothy Pearson <[email protected]> | 2011-11-24 20:21:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-24 20:21:51 -0600 |
commit | e9d913d6017e67dd60f27d704c470e21425cd362 (patch) | |
tree | d449cacb7d4a29cd69e3c6afe306a1acabee0916 /style | |
parent | 657d173148f3db568aabe5f531f4bacbbda490ac (diff) | |
download | tde-style-qtcurve-e9d913d6017e67dd60f27d704c470e21425cd362.tar.gz tde-style-qtcurve-e9d913d6017e67dd60f27d704c470e21425cd362.zip |
Fix additional FTBFS
Diffstat (limited to 'style')
-rw-r--r-- | style/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt index fe93ab4..96f10a5 100644 --- a/style/CMakeLists.txt +++ b/style/CMakeLists.txt @@ -15,8 +15,9 @@ add_definitions( include_directories( ${TQT_INCLUDE_DIRS} - ${TDE_INCLUDE_DIRS} + ${TDE_INCLUDE_DIR} ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/common ${CMAKE_CURRENT_BINARY_DIR} ) |