On observing the build log: [ @echo off echo icon.png > .imgcol C:\QT4.4.3\bin\uic.exe -embed mixxx -f .imgcol -o qmake_image_collection.cpp if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Generate imagecollection" exit 1 :VCEnd ]
and the dependence on qmake_image_collection.cpp (in mixxx.vcproj -> Resources) indicate that the cpp file is missing from the svn checkout. I found the file on some old archives providing debug info for mixxx but they no longer can be accessed. Any ideas on how to get it / get rid of this error?
------------------------------------------------------------------------------
_______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
