| # | Line 12 | Line 12 | INCLUDEPATH += ./libs | |
|---|---|---|
| 12 | INCLUDEPATH += ./packageWizard | |
| 13 | INCLUDEPATH += ./soundWizard | |
| 14 | ||
| 15 | + | macx { |
| 16 | + | LIBS += -lz # for mac support zipping (thanks edt!) |
| 17 | + | ICON = vago_icon.icns # mac os icon |
| 18 | + | } |
| 19 | + | |
| 20 | + | win32 { |
| 21 | + | RC_FILE = icon_resource.rc #for windows explorer icon |
| 22 | + | } |
| 23 | + | |
| 24 | TARGET = Vago | |
| 25 | TEMPLATE = app | |
| 17 | – | RC_FILE = icon_resource.rc #for windows explorer icon |
| 26 | ||
| 27 | SOURCES += \ | |
| 28 | util.cpp \ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |