diff options
Diffstat (limited to 'kio')
-rw-r--r-- | kio/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kio/CMakeLists.txt b/kio/CMakeLists.txt index 1a548e0fc..4b0b4eca3 100644 --- a/kio/CMakeLists.txt +++ b/kio/CMakeLists.txt @@ -24,6 +24,9 @@ add_subdirectory( misc ) add_subdirectory( kpasswdserver ) add_subdirectory( tests ) +include_directories( + ${TQT_INCLUDE_DIRS} +) link_directories( ${TQT_LIBRARY_DIRS} |