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? Thank you
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
