Skip to content

Commit

Permalink
Don't add dbus on Mac OS X shadowsocks#295
Browse files Browse the repository at this point in the history
  • Loading branch information
librehat committed Apr 7, 2016
1 parent 78bd5ca commit 69c2728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shadowsocks-qt5.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
#-------------------------------------------------

QT += core gui widgets network
unix: QT += dbus
QT += core gui widgets network
unix: !macx: QT += dbus

CONFIG += c++11

Expand Down

0 comments on commit 69c2728

Please sign in to comment.