Skip to content

Commit e8ae778

Browse files
marc-h38jpakkane
authored andcommitted
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.
1 parent 80dd3e3 commit e8ae778

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test cases/frameworks/4 qt/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

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

0 commit comments

Comments
 (0)