[Interest] Qmake/ make check

Gregory Redder gwr3246 at rit.edu
Wed Aug 26 19:10:08 CEST 2015


Thiago,

Thanks for the help. tracked it to what seems to be an issue with our test
code.


On Wed, Aug 26, 2015 at 11:22 AM, Thiago Macieira <thiago.macieira at intel.com
> wrote:

> 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 at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>



-- 
Greg Redder
Rochester Institute of Technology
Computer Engineering Technology `17
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150826/6e001b4a/attachment.html>


More information about the Interest mailing list