15 |
|
#INCLUDEPATH += ./libs |
16 |
|
INCLUDEPATH += ./packageWizard |
17 |
|
INCLUDEPATH += ./soundWizard |
18 |
+ |
INCLUDEPATH += ./bgImageWizard |
19 |
|
|
20 |
|
# Used this great tutorial to build zlib and quazip: |
21 |
|
# http://www.antonioborondo.com/2014/10/22/zipping-and-unzipping-files-with-qt/ |
59 |
|
soundWizard/soundpage2.cpp \ |
60 |
|
soundWizard/soundpage3.cpp \ |
61 |
|
soundWizard/soundpage4.cpp \ |
62 |
+ |
soundWizard/soundpage5.cpp \ |
63 |
|
soundWizard/soundpagefinal.cpp \ |
64 |
|
soundWizard/soundwizard.cpp \ |
65 |
+ |
bgImageWizard/bgimagepage2.cpp \ |
66 |
|
xmlprocessor.cpp \ |
67 |
|
libs/pugixml/pugixml.cpp \ |
68 |
< |
utilvago.cpp |
68 |
> |
utilvago.cpp \ |
69 |
> |
bgImageWizard/bgimagewizard.cpp \ |
70 |
> |
bgImageWizard/bgimagepage3.cpp \ |
71 |
> |
bgImageWizard/bgimagepagefinal.cpp \ |
72 |
|
|
73 |
|
HEADERS += \ |
74 |
|
util.h \ |
87 |
|
soundWizard/soundpage2.h \ |
88 |
|
soundWizard/soundpage3.h \ |
89 |
|
soundWizard/soundpage4.h \ |
90 |
+ |
soundWizard/soundpage5.h \ |
91 |
|
soundWizard/soundpagefinal.h \ |
92 |
|
soundWizard/soundwizard.h \ |
93 |
+ |
bgImageWizard/bgimagepage2.h \ |
94 |
|
xmlprocessor.h \ |
95 |
|
libs/pugixml/pugixml.hpp \ |
96 |
< |
utilvago.h |
96 |
> |
utilvago.h \ |
97 |
> |
bgImageWizard/bgimagewizard.h \ |
98 |
> |
bgImageWizard/bgimagepage3.h \ |
99 |
> |
bgImageWizard/bgimagepagefinal.h |
100 |
|
|
101 |
|
FORMS += \ |
102 |
|
mainwindow.ui \ |
110 |
|
soundWizard/soundpage2.ui \ |
111 |
|
soundWizard/soundpage3.ui \ |
112 |
|
soundWizard/soundpage4.ui \ |
113 |
< |
soundWizard/soundpagefinal.ui |
113 |
> |
soundWizard/soundpage5.ui \ |
114 |
> |
soundWizard/soundpagefinal.ui \ |
115 |
> |
bgImageWizard/bgimagepage2.ui \ |
116 |
> |
bgImageWizard/bgimagepage3.ui \ |
117 |
> |
bgImageWizard/bgimagepagefinal.ui \ |
118 |
|
|
119 |
|
RESOURCES += \ |
120 |
|
resources.qrc \ |