Frage

When I configure Qt 5.2.1 the makefile says that you should run make confclean if the configuration should be changed. confclean no longer exists, and using google I found some postings which confirm this. I don't have GIT and using make clean also doesn't help.

Now I wanted to change the installation prefix but even after make clean the path is still the old one, even though configure claims that it is the new one, but after building is finished it still installs in the old path.

I now deleted the whole package and copied the entire clean sourcetree from scratch, so I can build with a clean version again, but this seems a big waste of time.

I'm using the opensource build compiling wiht MingW64, so how do I properly do this?

War es hilfreich?

Lösung

Unfortunately, reconfiguring Qt means rerunning configure and so on. There is no shortcut around to it. Without git, the best you can do is make distclean, but it sometimes does not work properly.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top