Skip to content

Commit b06fc9a

Browse files
authored
qmake: Added a way to disable DBus support (#3039)
1 parent fce7fd6 commit b06fc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tiled/tiled.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ contains(QT_CONFIG, opengl):minQtVersion(6, 0, 0) {
1919
QT += openglwidgets
2020
}
2121

22-
contains(QT_CONFIG, dbus) {
22+
!contains(DISABLE_DBUS, yes):contains(QT_CONFIG, dbus) {
2323
QT += dbus
2424
DEFINES += TILED_ENABLE_DBUS
2525
}

0 commit comments

Comments
 (0)