qt5base-lts/tests/auto/cmake
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
..
test_add_resource_options Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test_add_resources_delayed_file Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test_dbus_module Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test_dependent_modules Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test_json_plugin_includes CMake: Improve QT5_GET_MOC_FLAGS macro 2012-10-04 11:58:48 +02:00
test_modules Add missing test for the Qt5PrintSupport module. 2012-10-25 14:10:04 +02:00
test_multiple_find_package Give the CMake unit tests more meaningful names. 2012-06-23 11:37:49 +02:00
test_platform_defs_include Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test_private_includes Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test_qtmainwin_library Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test_testlib_definitions Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test_testlib_no_link_gui Use POSITION_INDEPENDENT_CODE for these tests. 2012-08-13 09:31:16 +02:00
test_testlib_no_link_widgets Use POSITION_INDEPENDENT_CODE for these tests. 2012-08-13 09:31:16 +02:00
test_use_modules_function Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test_wrap_cpp_and_resources Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test_wrap_cpp_options Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test(needsquoting)dirname Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
cmake.pro Factorize the cmake test infrastructure to be reusable. 2012-06-26 11:49:52 +02:00
CMakeLists.txt Add a CMake macro to test module includes 2012-10-26 15:23:30 +02:00