diff options
author | Timothy Pearson <[email protected]> | 2011-11-24 20:21:51 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-09-01 17:14:55 +0200 |
commit | 17a760efa0395204079c2bd91b715f9e622083e1 (patch) | |
tree | b17cc2803dcab59d67a3517d6157ead2e57c0342 /style | |
parent | 29515a546dae66ea88cae67755912ed7bb25ee9e (diff) | |
download | tde-style-qtcurve-17a760efa0395204079c2bd91b715f9e622083e1.tar.gz tde-style-qtcurve-17a760efa0395204079c2bd91b715f9e622083e1.zip |
Fix additional FTBFS
(cherry picked from commit e9d913d6017e67dd60f27d704c470e21425cd362)
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 452667c..cf211cf 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} ) |