diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # The CMake version we require cmake_minimum_required(VERSION 3.1) - +include_directories("E:/craftroot11/include") # Setting the name of the main project project(KMyMoney VERSION "5.0.80") diff --git a/kmymoney/kmymoney.cpp b/kmymoney/kmymoney.cpp --- a/kmymoney/kmymoney.cpp +++ b/kmymoney/kmymoney.cpp @@ -1657,7 +1657,7 @@ { #ifdef Q_OS_WIN - QString themeName = QLatin1Literal("system") // using QIcon::setThemeName on Craft build system causes icons to disappear + QString themeName = QLatin1Literal("system"); // using QIcon::setThemeName on Craft build system causes icons to disappear #else QString themeName = KMyMoneySettings::iconsTheme(); // get theme user wants #endif