summaryrefslogtreecommitdiff
path: root/doc/qtcreator/examples
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2022-09-26 16:12:02 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2022-09-26 14:55:13 +0000
commit787de7eede52ef9eafc9ed60d69412c2baa5ab19 (patch)
tree3262cc30eda397bd7d05deb69d85d18a78f7275c /doc/qtcreator/examples
parentf05a97fce50c9a6f8309894a92a7cee1ec579a29 (diff)
downloadqt-creator-787de7eede52ef9eafc9ed60d69412c2baa5ab19.tar.gz
Documentation: Remove CMAKE_INCLUDE_CURRENT_DIR from example
It's not needed. Change-Id: If831963bc1b38545134254aba1b814f1d332fcdb Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc/qtcreator/examples')
-rw-r--r--doc/qtcreator/examples/textfinder/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/qtcreator/examples/textfinder/CMakeLists.txt b/doc/qtcreator/examples/textfinder/CMakeLists.txt
index 39f9d4cd47..77a0ba8c15 100644
--- a/doc/qtcreator/examples/textfinder/CMakeLists.txt
+++ b/doc/qtcreator/examples/textfinder/CMakeLists.txt
@@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.5)
project(TextFinder VERSION 0.1 LANGUAGES CXX)
-set(CMAKE_INCLUDE_CURRENT_DIR ON)
-
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)