aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 870f8adf4..b34d62fec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,20 +48,16 @@ shibokengenerator.cpp
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${APIEXTRACTOR_INCLUDE_DIR}
- ${APIEXTRACTOR_INCLUDE_DIR}/..
${GENERATORRUNNER_INCLUDE_DIR}
- ${GENERATORRUNNER_INCLUDE_DIR}/..
${QT_INCLUDE_DIR}
${QT_QTCORE_INCLUDE_DIR}
- ${Boost_INCLUDE_DIR})
+ ${Boost_INCLUDE_DIR})
add_library(shiboken_generator SHARED ${shiboken_SRC})
target_link_libraries(shiboken_generator
- ${APIEXTRACTOR_LIBRARY}
${GENERATORRUNNER_LIBRARY}
- ${QT_QTCORE_LIBRARY}
- ${QT_QTXML_LIBRARY})
+ ${QT_QTCORE_LIBRARY})
add_executable(shiboken main.cpp)
target_link_libraries(shiboken ${QT_QTCORE_LIBRARY})