Building using CMake-GUI
Posted
by goodwince
on Stack Overflow
See other posts from Stack Overflow
or by goodwince
Published on 2010-03-08T22:20:30Z
Indexed on
2010/03/09
8:51 UTC
Read the original article
Hit count: 580
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
© Stack Overflow or respective owner