aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2019-07-06 22:07:10 +0300
committerOrgad Shaneh <orgads@gmail.com>2019-07-08 18:28:58 +0000
commit6e6dc32ad0eb05920193456d266d2c3c8cd80b5c (patch)
treeaaf4a08c604d18b4091ebfd9e2f9240bdd491d12
parent918710737d7b531983c4e33753905de486dd42b7 (diff)
CMake: Fix build
This amends commit 376aae271132b39664d381f00bdcd45856acbd73 Change-Id: I63e94c7e720f4f18fcf0f47b6e7af7e471c84df5 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
-rw-r--r--src/libs/clangsupport/CMakeLists.txt2
-rw-r--r--src/tools/clangrefactoringbackend/source/CMakeLists.txt5
-rw-r--r--src/tools/qml2puppet/CMakeLists.txt1
-rw-r--r--tests/unit/unittest/CMakeLists.txt1
4 files changed, 1 insertions, 8 deletions
diff --git a/src/libs/clangsupport/CMakeLists.txt b/src/libs/clangsupport/CMakeLists.txt
index 0366d74f8c..b3c20f3062 100644
--- a/src/libs/clangsupport/CMakeLists.txt
+++ b/src/libs/clangsupport/CMakeLists.txt
@@ -113,7 +113,6 @@ add_qtc_library(ClangSupport
requestcompletionsmessage.cpp requestcompletionsmessage.h
requestfollowsymbolmessage.cpp requestfollowsymbolmessage.h
requestreferencesmessage.cpp requestreferencesmessage.h
- requestsourcelocationforrenamingmessage.cpp requestsourcelocationforrenamingmessage.h
requestsourcerangesanddiagnosticsforquerymessage.cpp requestsourcerangesanddiagnosticsforquerymessage.h
requestsourcerangesforquerymessage.cpp requestsourcerangesforquerymessage.h
requesttooltipmessage.cpp requesttooltipmessage.h
@@ -121,7 +120,6 @@ add_qtc_library(ClangSupport
sourcelocationcontainer.cpp sourcelocationcontainer.h
sourcelocationcontainerv2.cpp sourcelocationcontainerv2.h
sourcelocationscontainer.cpp sourcelocationscontainer.h
- sourcelocationsforrenamingmessage.cpp sourcelocationsforrenamingmessage.h
sourcerangecontainer.cpp sourcerangecontainer.h
sourcerangecontainerv2.cpp sourcerangecontainerv2.h
sourcerangesanddiagnosticsforquerymessage.cpp sourcerangesanddiagnosticsforquerymessage.h
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
diff --git a/tests/unit/unittest/CMakeLists.txt b/tests/unit/unittest/CMakeLists.txt
index 16ef5a9d9f..d0895c534f 100644
--- a/tests/unit/unittest/CMakeLists.txt
+++ b/tests/unit/unittest/CMakeLists.txt
@@ -262,7 +262,6 @@ if (TARGET clangTooling)
sourcerangeextractor-test.cpp
symbolindexing-test.cpp
symbolscollector-test.cpp
- symbolfinder-test.cpp
testclangtool.cpp testclangtool.h
usedmacrocollector-test.cpp
builddependencycollector-test.cpp