diff options
author | Timothy Pearson <[email protected]> | 2011-11-24 17:33:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-24 17:33:01 -0600 |
commit | e027fdc5b24044442b3f60d4b70e464a0f53a015 (patch) | |
tree | aa63d138392593afb1a906d1e8873be24351856a | |
parent | ee4b551f0c9e14bdbb4b4638bdd5374c80f0fbb5 (diff) | |
download | kgtk-qt3-e027fdc5b24044442b3f60d4b70e464a0f53a015.tar.gz kgtk-qt3-e027fdc5b24044442b3f60d4b70e464a0f53a015.zip |
Fix FTBFS
-rw-r--r-- | qt3/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt3/CMakeLists.txt b/qt3/CMakeLists.txt index 9aee007..7dfc840 100644 --- a/qt3/CMakeLists.txt +++ b/qt3/CMakeLists.txt @@ -14,6 +14,7 @@ include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/common + ${CMAKE_CURRENT_BINARY_DIR} ) link_directories( |