aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractor/tests
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2015-06-05 13:16:45 +0200
committerChristian Tismer <tismer@stackless.com>2015-06-05 18:33:39 +0200
commit80134724bb28e564feb5a21b1ae3d7ba5a7de6c5 (patch)
tree719ed6a2b041c0abc37c44401c91bb6a9311463d /ApiExtractor/tests
parentaa39374b419c535dd56145ffebcef97c8c20eb39 (diff)
Multiple attempts to compile against Qt5 via pyside_setup.
We need to replace many things, and all includes are specific, now. Trying to track down many errors, because certain structures in abstractmetabuilder.cpp are no longer understood.
Diffstat (limited to 'ApiExtractor/tests')
-rw-r--r--ApiExtractor/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ApiExtractor/tests/CMakeLists.txt b/ApiExtractor/tests/CMakeLists.txt
index dd3a32663..b31dcaf00 100644
--- a/ApiExtractor/tests/CMakeLists.txt
+++ b/ApiExtractor/tests/CMakeLists.txt
@@ -1,6 +1,6 @@
macro(declare_test testname)
- qt4_automoc("${testname}.cpp")
+ # gone: qt4_automoc("${testname}.cpp")
add_executable(${testname} "${testname}.cpp")
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${apiextractor_SOURCE_DIR})
target_link_libraries(${testname} ${QT_QTTEST_LIBRARY} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} apiextractor)