Building using CMake-GUI
- by goodwince
I am trying to build Marble on Windows (XP) and have been extremely unsuccessful.
Following the instructions written here. I am wanting to build it as QT only.
Configuration of the build tree fails. I am using the cmake-gui since I have never tried to compile using cmake it's possible it could be something in there.
I found a similar issue; however, they compiled QT using Visual Studio and I am using QT Creator which compiles with MinGW so I need to compile in a different manner.
CMake-GUI configuration
source-code: MyDirectory/Marble
where to build: MyDirectory/Build
I also added an entry as..
DQTONLY and it's value set to ON