On Wednesday 26 August 2015 10:35:44 Gregory Redder wrote:
> Hello all,
> 
> I'm setting up a CI build script for my qt project and I'm running into
> issues.
> 
> qmake $project -r -spec linux-g++ CONFIG+=debug CONFIG+=declarative_debug
> CONFIG+=qml_debug CONFIG+=testcase
> 
> running make and make install. everything is fine but when I run make check
> it attempts to run an executable from each sub-library and fails. How do I
> stop it from looking for the executables that are never created, while
> still checking the testcase?

remove the CONFIG+=testcase part.

Leave that only in your testcases. The "make check" target is a default target 
already in all projects.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to