--- Vago/trunk/Vago/Vago.pro 2016/09/16 22:51:26 1047 +++ Vago/trunk/Vago/Vago.pro 2016/09/17 13:32:34 1052 @@ -19,9 +19,14 @@ INCLUDEPATH += ./soundWizard # Used this great tutorial to build zlib and quazip: # http://www.antonioborondo.com/2014/10/22/zipping-and-unzipping-files-with-qt/ INCLUDEPATH += ../Libs/zlib-1.2.8 -LIBS += -LC:../Libs/zlib-1.2.8 -lz +LIBS += -L../Libs/zlib-1.2.8 -lz INCLUDEPATH += ../Libs/quazip-0.7.2/quazip +win32 { LIBS += -L../Libs/quazip-0.7.2/quazip/release -lquazip +} +macx { +LIBS += -L../Libs/quazip-0.7.2/quazip -lquazip +} macx { LIBS += -lz # for mac support zipping (thanks edt!)