[Qt-interest] Help: How to add additional libs to makefile

Andreas Pakulat apaku at gmx.de
Fri May 22 11:40:12 CEST 2009


On 22.05.09 17:13:14, Joe Liu wrote:
> 2) How does qmake work with other makefile tools, like cmake? Will qmake
> handle everything for me?

QMake and CMake are doing the same job, they generate Makefiles. So there's
no relation between qmake and cmake. If you want to use CMake for your
project, use CMake (it'll use qmake internally to find out where Qt is
installed, but other than that it won't use qmake). If you want to write
qmake project files use qmake (which doesn't and cannot use cmake).

Andreas
 
-- 
Be cautious in your daily affairs.



More information about the Qt-interest-old mailing list