Skip to content

Commit bec8fb0

Browse files
committed
fix missing qt dependencies
1 parent 0099aad commit bec8fb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/autoupdatergui/autoupdatergui.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ win32 {
66
QT += winextras
77
LIBS += -lAdvapi32 -lOle32 -lShell32
88
} else:mac {
9+
QT += macextras
910
LIBS += -framework Security
1011
} else:unix {
12+
QT += dbus
1113
LIBS += -lutil
1214
}
1315

0 commit comments

Comments
 (0)