tests: add clues to find missing private/qtobject_p.h [skip ci]

Finding all the dependencies missing from my Fedora system to run the whole
test suite was relatively quick - except for this one.
pull/5954/merge
Marc 5 years ago committed by Jussi Pakkanen
parent 80dd3e30ce
commit e8ae7785a6
  1. 4
      test cases/frameworks/4 qt/main.cpp

@ -3,6 +3,10 @@
#if QT_VERSION > 0x050000
// include some random private headers
// As you're not supposed to use it, your system may miss
// qobject_p.h. To locate it try one of these commands:
// - dnf provides */private/qobject_p.h
// - apt-file search qobject_p.h
#include <private/qobject_p.h>
#endif

Loading…
Cancel
Save