[Qt-creator] code style politic question
christian.d.kamm at nokia.com
christian.d.kamm at nokia.com
Mon Jul 9 08:55:15 CEST 2012
> so my question then is: how do i build these tests?
Here's what I do:
cd build/tests/auto/cplusplus/typeprettyprinter
qmake ../../../../../source/tests/auto/cplusplus/typeprettyprinter
make check
Note that the test dynamically links Qt Creator's libCPlusPlus. So if you change
something in the pretty printers you need to explicitly recompile libs/cplusplus
before running the test.
Cheers,
Christian
More information about the Qt-creator
mailing list