ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/Vago.pro
(Generate patch)

Comparing Vago/trunk/Vago/Vago.pro (file contents):
Revision 1047 by s10k, Fri Sep 16 22:51:26 2016 UTC vs.
Revision 1052 by s10k, Sat Sep 17 13:32:34 2016 UTC

# Line 19 | Line 19 | INCLUDEPATH += ./soundWizard
19   # Used this great tutorial to build zlib and quazip:
20   # http://www.antonioborondo.com/2014/10/22/zipping-and-unzipping-files-with-qt/
21   INCLUDEPATH += ../Libs/zlib-1.2.8
22 < LIBS += -LC:../Libs/zlib-1.2.8 -lz
22 > LIBS += -L../Libs/zlib-1.2.8 -lz
23   INCLUDEPATH += ../Libs/quazip-0.7.2/quazip
24 + win32 {
25   LIBS += -L../Libs/quazip-0.7.2/quazip/release -lquazip
26 + }
27 + macx {
28 + LIBS += -L../Libs/quazip-0.7.2/quazip -lquazip
29 + }
30  
31   macx {
32   LIBS += -lz # for mac support zipping (thanks edt!)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)