From c7c1002fcebdeab74c4bf8afd49b01181cb4cdf5 Mon Sep 17 00:00:00 2001 From: nowrep Date: Mon, 20 May 2013 01:10:37 +0200 Subject: [PATCH] [Building] Fixed setting KDE_INTEGRATION flag --- src/defines.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/defines.pri b/src/defines.pri index 69145a8d5..5bb64eb9e 100644 --- a/src/defines.pri +++ b/src/defines.pri @@ -79,8 +79,8 @@ equals(d_use_webgl, "true") { DEFINES *= USE_WEBGL } win32-msvc* { equals(d_w7api, "true") { DEFINES *= W7API } } -equals(d_kde, "true") { DEFINES *= KDE } -equals(d_kde_integration, "true") { DEFINES *= KDE } +equals(d_kde, "true") { DEFINES *= KDE_INTEGRATION } +equals(d_kde_integration, "true") { DEFINES *= KDE_INTEGRATION } equals(d_nox11, "true") { DEFINES *= NO_X11 } equals(d_portable, "true") { DEFINES *= PORTABLE_BUILD } equals(d_nonblock_dialogs, "true") { DEFINES *= NONBLOCK_JS_DIALOGS }