From fc9d1b36ef966c9e3c2f39aa52731079a392e744 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 12 Dec 2015 22:53:48 +0200 Subject: [PATCH] define Q_INTERNAL_QAPP_SRC like Qt did Signed-off-by: Ivailo Monev --- src/gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index ea0e41b63..c642babf0 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -1,4 +1,4 @@ -add_definitions(-DQT_BUILD_GUI_LIB) +add_definitions(-DQT_BUILD_GUI_LIB -DQ_INTERNAL_QAPP_SRC) set(EXTRA_GUI_LIBS KtCore) set(GUI_PUBLIC_HEADERS -- 2.11.0