1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[Building] Fixed setting KDE_INTEGRATION flag

This commit is contained in:
nowrep 2013-05-20 01:10:37 +02:00
parent 6e4f21930c
commit c7c1002fce

View File

@ -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 }