From 6e6dc32ad0eb05920193456d266d2c3c8cd80b5c Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sat, 6 Jul 2019 22:07:10 +0300 Subject: CMake: Fix build This amends commit 376aae271132b39664d381f00bdcd45856acbd73 Change-Id: I63e94c7e720f4f18fcf0f47b6e7af7e471c84df5 Reviewed-by: Alessandro Portale --- src/tools/clangrefactoringbackend/source/CMakeLists.txt | 5 ----- src/tools/qml2puppet/CMakeLists.txt | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'src/tools') diff --git a/src/tools/clangrefactoringbackend/source/CMakeLists.txt b/src/tools/clangrefactoringbackend/source/CMakeLists.txt index 6c149bf9cd..05c7c8a3ce 100644 --- a/src/tools/clangrefactoringbackend/source/CMakeLists.txt +++ b/src/tools/clangrefactoringbackend/source/CMakeLists.txt @@ -19,9 +19,6 @@ add_qtc_library(clangrefactoringbackend_lib STATIC collectmacrossourcefilecallbacks.cpp collectmacrossourcefilecallbacks.h collectsymbolsaction.cpp collectsymbolsaction.h filestatuspreprocessorcallbacks.cpp filestatuspreprocessorcallbacks.h - findcursorusr.h - findlocationsofusrs.h - findusrforcursoraction.cpp findusrforcursoraction.h indexdataconsumer.cpp indexdataconsumer.h locationsourcefilecallbacks.cpp locationsourcefilecallbacks.h macropreprocessorcallbacks.cpp macropreprocessorcallbacks.h @@ -35,14 +32,12 @@ add_qtc_library(clangrefactoringbackend_lib STATIC sourcerangefilter.cpp sourcerangefilter.h sourcesmanager.h symbolentry.h - symbolfinder.cpp symbolfinder.h symbolindexer.cpp symbolindexer.h symbolindexertask.h symbolindexertaskqueue.h symbolindexertaskqueueinterface.h symbolindexing.cpp symbolindexing.h symbolindexinginterface.h - symbollocationfinderaction.cpp symbollocationfinderaction.h symbolscollector.cpp symbolscollector.h symbolscollectorinterface.h symbolstorage.h diff --git a/src/tools/qml2puppet/CMakeLists.txt b/src/tools/qml2puppet/CMakeLists.txt index 8eda7bf132..6ee231bb20 100644 --- a/src/tools/qml2puppet/CMakeLists.txt +++ b/src/tools/qml2puppet/CMakeLists.txt @@ -17,6 +17,7 @@ add_qtc_executable(qml2puppet extend_qtc_executable(qml2puppet SOURCES_PREFIX "${SRCDIR}/commands" + INCLUDES "${CMAKE_SOURCE_DIR}/src/libs" SOURCES changeauxiliarycommand.cpp changeauxiliarycommand.h changebindingscommand.cpp changebindingscommand.h -- cgit v1.2.3