qt5base-lts/tests/auto
Stephen Kelly 49555e3ac9 Add a CMake macro to test module includes
The variations of includes which should work are tested. For example,
in the case of testing the QtCore module and QObject include, the
following includes are generated and compiled:

      #include <QObject>
      #include <QtCore/QObject>
      #include <QtCore>
      #include <QtCore/QtCore>

As the private include directories are not available to the compiler,
this also tests that private headers are not included from public ones.

Change-Id: Id03d0fe290c9691e0f7515015892991d1701ab72
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2012-10-26 15:23:30 +02:00
..
cmake Add a CMake macro to test module includes 2012-10-26 15:23:30 +02:00
compilerwarnings/data Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
concurrent Test: remove QSKIP from tst_qtconcurrent 2012-10-17 21:05:27 +02:00
corelib Test: remove QSKIP from tst_qstring 2012-10-25 16:22:39 +02:00
dbus normalise signal/slot signatures [QtDBus tests] 2012-10-19 00:44:54 +02:00
gui test: Remove tst_QPixmap::grabWindow() function 2012-10-25 16:22:43 +02:00
guiapplauncher Update the documentation after moving examples. 2011-07-05 21:19:08 +02:00
network test: Don't fail if the network test server is not set up 2012-10-25 14:10:04 +02:00
opengl Change the default major version of QGLFormat to 2. 2012-10-19 02:43:05 +02:00
other Adjust autotest files for raster engine to new default pen 2012-10-26 11:53:12 +02:00
printsupport Revert a change to printer orientation 2012-10-15 22:01:47 +02:00
shared Auto tests: add PlatformClipboard::isAvailable() 2012-09-27 06:07:13 +02:00
sql normalise signal/slot signatures [QtSql tests] 2012-10-19 13:02:17 +02:00
testlib add a .qmake.conf file which load()s qt_build_config 2012-10-18 17:42:40 +02:00
tools Fix qmake's pro file cache to interact correctly with write_file 2012-10-25 16:22:00 +02:00
widgets Fix a crash in QFileDialog when selecting an invalid name filter. 2012-10-26 11:51:56 +02:00
xml Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
auto.pro Test: Redo remove QSKIP from printsupport tests 2012-09-13 19:33:08 +02:00
network-settings.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtest-config.h Auto tests: revise cursor dependant tests 2012-10-13 05:51:19 +02:00
test.pl Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00