Skip to content

Commit

Permalink
Merge pull request #127 from sieren/fix-mac-packaging
Browse files Browse the repository at this point in the history
Fix Path for packaging
  • Loading branch information
sieren committed May 31, 2016
2 parents 5233c6e + a6812e6 commit 7123948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QSyncthingTray.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ target.path = binary/
INSTALLS += target
CONFIG += c++11
macx {
QMAKE_INFO_PLIST = Info.plist
QMAKE_INFO_PLIST = resources/Info.plist
LIBS += -framework ApplicationServices
}
#QMAKE_CXXFLAGS += /wd4996
Expand Down

0 comments on commit 7123948

Please sign in to comment.