On Thursday 10 May 2012 10:36:20 Patrick Spendrin wrote:
> > set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
> 
> Yes, the EXECUTABLE_OUTPUT_PATH should be set per project into the
> project binary_dir\bin

As a linux developer, I don't like this. I want to be able to do
make && ./kurltest
or make kurltest/fast && ./kurltest
rather than
make && ../../bin/kurltest

And why is it OK for Qt autotests (to be built in the directory containing the 
sources), but not for kde frameworks autotests?

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Sponsored by Nokia to work on KDE, incl. KDE Frameworks 5

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to