summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-24 20:21:51 -0600
committerSlávek Banko <[email protected]>2012-09-01 17:14:55 +0200
commit17a760efa0395204079c2bd91b715f9e622083e1 (patch)
treeb17cc2803dcab59d67a3517d6157ead2e57c0342 /style
parent29515a546dae66ea88cae67755912ed7bb25ee9e (diff)
downloadtde-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.txt3
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}
)