We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce7fd6 commit b06fc9aCopy full SHA for b06fc9a
src/tiled/tiled.pro
@@ -19,7 +19,7 @@ contains(QT_CONFIG, opengl):minQtVersion(6, 0, 0) {
19
QT += openglwidgets
20
}
21
22
-contains(QT_CONFIG, dbus) {
+!contains(DISABLE_DBUS, yes):contains(QT_CONFIG, dbus) {
23
QT += dbus
24
DEFINES += TILED_ENABLE_DBUS
25
0 commit comments