Following some recent changes to the QT version source code, qt-celestia will no longer build (SVN 5137-->5142).
The compiler outputs an error that points to line 162 of qtappwin.ccp.
Changing CONFIG_DATA_DIR to a QString like this:
Code: Select all
QString celestia_data_dir = "CONFIG_DATA_DIR";
seems to fix the bug and qt-celestia will build.