Skip to content

Commit

Permalink
fix missing qt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Jun 20, 2019
1 parent 0099aad commit bec8fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/autoupdatergui/autoupdatergui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ win32 {
QT += winextras
LIBS += -lAdvapi32 -lOle32 -lShell32
} else:mac {
QT += macextras
LIBS += -framework Security
} else:unix {
QT += dbus
LIBS += -lutil
}

Expand Down

0 comments on commit bec8fb0

Please sign in to comment.