| 15 |
|
#INCLUDEPATH += ./libs |
| 16 |
|
INCLUDEPATH += ./packageWizard |
| 17 |
|
INCLUDEPATH += ./soundWizard |
| 18 |
+ |
INCLUDEPATH += ./bgImageWizard |
| 19 |
+ |
INCLUDEPATH += ./xmlToolsInterface |
| 20 |
|
|
| 21 |
|
# Used this great tutorial to build zlib and quazip: |
| 22 |
|
# http://www.antonioborondo.com/2014/10/22/zipping-and-unzipping-files-with-qt/ |
| 23 |
|
INCLUDEPATH += ../Libs/zlib-1.2.8 |
| 24 |
< |
LIBS += -LC:../Libs/zlib-1.2.8 -lz |
| 24 |
> |
LIBS += -L../Libs/zlib-1.2.8 -lz |
| 25 |
|
INCLUDEPATH += ../Libs/quazip-0.7.2/quazip |
| 26 |
+ |
win32 { |
| 27 |
|
LIBS += -L../Libs/quazip-0.7.2/quazip/release -lquazip |
| 28 |
+ |
} |
| 29 |
+ |
macx { |
| 30 |
+ |
LIBS += -L../Libs/quazip-0.7.2/quazip -lquazip |
| 31 |
+ |
} |
| 32 |
|
|
| 33 |
|
macx { |
| 34 |
|
LIBS += -lz # for mac support zipping (thanks edt!) |
| 60 |
|
soundWizard/soundpage2.cpp \ |
| 61 |
|
soundWizard/soundpage3.cpp \ |
| 62 |
|
soundWizard/soundpage4.cpp \ |
| 63 |
+ |
soundWizard/soundpage5.cpp \ |
| 64 |
|
soundWizard/soundpagefinal.cpp \ |
| 65 |
|
soundWizard/soundwizard.cpp \ |
| 66 |
+ |
bgImageWizard/bgimagepage2.cpp \ |
| 67 |
|
xmlprocessor.cpp \ |
| 68 |
|
libs/pugixml/pugixml.cpp \ |
| 69 |
< |
utilvago.cpp |
| 69 |
> |
utilvago.cpp \ |
| 70 |
> |
bgImageWizard/bgimagewizard.cpp \ |
| 71 |
> |
bgImageWizard/bgimagepage3.cpp \ |
| 72 |
> |
bgImageWizard/bgimagepagefinal.cpp \ |
| 73 |
> |
xmlToolsInterface/xmltoolsinterface.cpp \ |
| 74 |
> |
libs/BasicXMLSyntaxHighlighter/BasicXMLSyntaxHighlighter.cpp \ |
| 75 |
> |
xmlToolsInterface/xmltoolsinterfacecommandpreview.cpp \ |
| 76 |
> |
libs/LineNumberDisplay/LineNumberDisplay.cpp |
| 77 |
|
|
| 78 |
|
HEADERS += \ |
| 79 |
|
util.h \ |
| 92 |
|
soundWizard/soundpage2.h \ |
| 93 |
|
soundWizard/soundpage3.h \ |
| 94 |
|
soundWizard/soundpage4.h \ |
| 95 |
+ |
soundWizard/soundpage5.h \ |
| 96 |
|
soundWizard/soundpagefinal.h \ |
| 97 |
|
soundWizard/soundwizard.h \ |
| 98 |
+ |
bgImageWizard/bgimagepage2.h \ |
| 99 |
|
xmlprocessor.h \ |
| 100 |
|
libs/pugixml/pugixml.hpp \ |
| 101 |
< |
utilvago.h |
| 101 |
> |
utilvago.h \ |
| 102 |
> |
bgImageWizard/bgimagewizard.h \ |
| 103 |
> |
bgImageWizard/bgimagepage3.h \ |
| 104 |
> |
bgImageWizard/bgimagepagefinal.h \ |
| 105 |
> |
xmlToolsInterface/xmltoolsinterface.h \ |
| 106 |
> |
libs/BasicXMLSyntaxHighlighter/BasicXMLSyntaxHighlighter.h \ |
| 107 |
> |
xmlToolsInterface/xmltoolsinterfacecommandpreview.h \ |
| 108 |
> |
libs/LineNumberDisplay/LineNumberDisplay.h |
| 109 |
|
|
| 110 |
|
FORMS += \ |
| 111 |
|
mainwindow.ui \ |
| 119 |
|
soundWizard/soundpage2.ui \ |
| 120 |
|
soundWizard/soundpage3.ui \ |
| 121 |
|
soundWizard/soundpage4.ui \ |
| 122 |
< |
soundWizard/soundpagefinal.ui |
| 122 |
> |
soundWizard/soundpage5.ui \ |
| 123 |
> |
soundWizard/soundpagefinal.ui \ |
| 124 |
> |
bgImageWizard/bgimagepage2.ui \ |
| 125 |
> |
bgImageWizard/bgimagepage3.ui \ |
| 126 |
> |
bgImageWizard/bgimagepagefinal.ui \ |
| 127 |
> |
xmlToolsInterface/xmltoolsinterface.ui \ |
| 128 |
> |
xmlToolsInterface/xmltoolsinterfacecommandpreview.ui |
| 129 |
|
|
| 130 |
|
RESOURCES += \ |
| 131 |
|
resources.qrc \ |