summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-24 20:21:51 -0600
committerTimothy Pearson <[email protected]>2011-11-24 20:21:51 -0600
commite9d913d6017e67dd60f27d704c470e21425cd362 (patch)
treed449cacb7d4a29cd69e3c6afe306a1acabee0916 /style
parent657d173148f3db568aabe5f531f4bacbbda490ac (diff)
downloadtde-style-qtcurve-e9d913d6017e67dd60f27d704c470e21425cd362.tar.gz
tde-style-qtcurve-e9d913d6017e67dd60f27d704c470e21425cd362.zip
Fix additional FTBFS
Diffstat (limited to 'style')
-rw-r--r--style/CMakeLists.txt3
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}
)