mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
[Building] Fixed setting KDE_INTEGRATION flag
This commit is contained in:
parent
6e4f21930c
commit
c7c1002fce
|
@ -79,8 +79,8 @@ equals(d_use_webgl, "true") { DEFINES *= USE_WEBGL }
|
||||||
win32-msvc* {
|
win32-msvc* {
|
||||||
equals(d_w7api, "true") { DEFINES *= W7API }
|
equals(d_w7api, "true") { DEFINES *= W7API }
|
||||||
}
|
}
|
||||||
equals(d_kde, "true") { DEFINES *= KDE }
|
equals(d_kde, "true") { DEFINES *= KDE_INTEGRATION }
|
||||||
equals(d_kde_integration, "true") { DEFINES *= KDE }
|
equals(d_kde_integration, "true") { DEFINES *= KDE_INTEGRATION }
|
||||||
equals(d_nox11, "true") { DEFINES *= NO_X11 }
|
equals(d_nox11, "true") { DEFINES *= NO_X11 }
|
||||||
equals(d_portable, "true") { DEFINES *= PORTABLE_BUILD }
|
equals(d_portable, "true") { DEFINES *= PORTABLE_BUILD }
|
||||||
equals(d_nonblock_dialogs, "true") { DEFINES *= NONBLOCK_JS_DIALOGS }
|
equals(d_nonblock_dialogs, "true") { DEFINES *= NONBLOCK_JS_DIALOGS }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user