diff options
Diffstat (limited to 'quanta/project/CMakeLists.txt')
-rw-r--r-- | quanta/project/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quanta/project/CMakeLists.txt b/quanta/project/CMakeLists.txt index 6f3c6f8f..ba5015ad 100644 --- a/quanta/project/CMakeLists.txt +++ b/quanta/project/CMakeLists.txt @@ -22,6 +22,9 @@ include_directories( ${CMAKE_SOURCE_DIR}/quanta/dialogs/tagdialogs ${CMAKE_SOURCE_DIR}/quanta/components/debugger ${CMAKE_SOURCE_DIR}/quanta/components/debugger/interfaces +) + +include_directories( SYSTEM ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) |