From 7a72e1fdcd9dc6737e7eef9eaffa64e8cd60aa5f Mon Sep 17 00:00:00 2001 From: Blagovest Petrov Date: Fri, 30 Oct 2020 17:08:56 +0200 Subject: [PATCH] test2 Signed-off-by: Blagovest Petrov --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbc6e31..70d8d60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Quick ) include_directories(${Qt5Core_PRIVATE_INCLUDE_DIRS}) -include_directory(.) +include_directories(.) add_subdiretory(Resources)