Qt5 Port [5c]: RW Build Config for Qt 5.5.1 Bug Number: n/a Release notes (y/n): no For Release Nums: > 6.8 RiverWare build file changes for Qt 5.5.1. See webpage: http://cadswes2.colorado.edu/~philw/2015/Qt5/BuildingQt5-June2015.html Makefiles/qmake.pl change: OLD: my $qt4 = 'C:\\RiverWare\\tools\\Qt-485'; NEW: my $qt5 = 'C:\\RiverWare\\tools\\Qt-551\\qtbase'; EngrObjs/riverware.pro changes: OLD: CONFIG(debug, debug|release) {LIBS += C:\\RiverWare\\tools\\Qwt-612_Qt-485\\lib\\qwtd.lib} OLD: CONFIG(release, debug|release) {LIBS += C:\\RiverWare\\tools\\Qwt-612_Qt-485\\lib\\qwt.lib} NEW: CONFIG(debug, debug|release) {LIBS += C:\\RiverWare\\tools\\Qwt-612_Qt-551\\lib\\qwtd.lib} NEW: CONFIG(release, debug|release) {LIBS += C:\\RiverWare\\tools\\Qwt-612_Qt-551\\lib\\qwt.lib} OLD: CONFIG(debug, debug|release) {LIBS += C:\\RiverWare\\tools\\RdfToExcel_Qt-485\\lib\\RdfToExcelLib-mdd.lib} OLD: CONFIG(release, debug|release) {LIBS += c:\\RiverWare\\tools\\RdfToExcel_Qt-485\\lib\\RdfToExcelLib-md.lib} NEW: CONFIG(debug, debug|release) {LIBS += C:\\RiverWare\\tools\\RdfToExcel_Qt-551\\lib\\RdfToExcelLib-mdd.lib} NEW: CONFIG(release, debug|release) {LIBS += c:\\RiverWare\\tools\\RdfToExcel_Qt-551\\lib\\RdfToExcelLib-md.lib} OLD: LIBS += C:\\RiverWare\\tools\\Quazip-0.7\\lib\\quazipd.lib NEW: LIBS += C:\\RiverWare\\tools\\Quazip-0.7.1_Qt-551\\lib\\quazipd.lib OLD: LIBS += C:\\RiverWare\\tools\\Quazip-0.7\\lib\\quazip.lib NEW: LIBS += C:\\RiverWare\\tools\\Quazip-0.7.1_Qt-551\\lib\\quazip.lib Makefiles/riverwarebase.pro additions and changes: QT += widgets QT += webkitwidgets QT += printsupport QT += concurrent OLD: C:/RiverWare/tools/RdfToExcel_Qt-485/include \ OLD: C:/RiverWare/tools/Qwt-612_Qt-485/src \ NEW: C:/RiverWare/tools/RdfToExcel_Qt-551/include \ NEW: C:/RiverWare/tools/Qwt-612_Qt-551/src \ OLD: C:/Riverware/tools/Quazip-0.7 \ NEW: C:/Riverware/tools/Quazip-0.7.1_Qt-551 \ ADD: C:/RiverWare/tools/icu-55.1/include \ ---