| 7 | 
   | 
 QT       += core gui | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 8 | 
   | 
 QT       += network #network communication | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 9 | 
   | 
 QT       += script #for json parse | 
 
 
 
 
 
 
 
 
 | 10 | 
 + | 
 QT       += widgets | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 11 | 
   | 
  | 
 
 
 
 
 
 
 
 
 | 12 | 
 + | 
 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtZlib | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 13 | 
   | 
 INCLUDEPATH += ./libs | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 14 | 
   | 
 INCLUDEPATH += ./packageWizard | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 15 | 
   | 
 INCLUDEPATH += ./soundWizard | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 16 | 
   | 
  | 
 
 
 
 
 
 
 
 
 | 17 | 
 + | 
 macx { | 
 
 
 
 
 
 
 
 
 | 18 | 
 + | 
 LIBS += -lz # for mac support zipping (thanks edt!) | 
 
 
 
 
 
 
 
 
 | 19 | 
 + | 
 ICON = vago_icon.icns # mac os icon | 
 
 
 
 
 
 
 
 
 | 20 | 
 + | 
 } | 
 
 
 
 
 
 
 
 
 | 21 | 
 + | 
  | 
 
 
 
 
 
 
 
 
 | 22 | 
 + | 
 win32 { | 
 
 
 
 
 
 
 
 
 | 23 | 
 + | 
 RC_FILE = icon_resource.rc #for windows explorer icon | 
 
 
 
 
 
 
 
 
 | 24 | 
 + | 
 } | 
 
 
 
 
 
 
 
 
 | 25 | 
 + | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 26 | 
   | 
 TARGET = Vago | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 27 | 
   | 
 TEMPLATE = app | 
 
 
 
 
 
 
 
 
 
 | 17 | 
 – | 
 RC_FILE = icon_resource.rc #for windows explorer icon | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 28 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 29 | 
   | 
 SOURCES += \ | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 30 | 
   | 
     util.cpp \ |