qt5base-lts/tests/auto/cmake
Kevin Funk 000c4358ce CMake: Make all tests link to Qt libraries
This is needed as of commit v5.6.0-beta1~483 (Add an automatic use of
the ELF-versioned QtCore symbol, 2015-10-20).  Even if a translation
unit only contains

 #include <QtCore/QString>

 int main(int,char**)
 {
     return 0;
 }

it must link to QtCore which provides the qt_version_tag symbol.

Change-Id: I827c0a7403320e7e5b384d8608face20fcecdaea
Reviewed-by: Stephen Kelly <ske@ableton.com>
2016-01-09 15:35:20 +00:00
..
test_add_binary_resources_delayed_file Update text to the new license header 2015-02-12 18:29:40 +00:00
test_add_resource_options CMake: Fix regression with quoted OPTIONS parameter 2015-03-11 07:31:33 +00:00
test_add_resources_delayed_file Update copyright headers 2015-02-11 06:49:51 +00:00
test_concurrent_module Update copyright headers 2015-02-11 06:49:51 +00:00
test_dbus_module Update copyright headers 2015-02-11 06:49:51 +00:00
test_dependent_modules Update copyright headers 2015-02-11 06:49:51 +00:00
test_egl_lib Update copyright headers 2015-02-11 06:49:51 +00:00
test_interface Update copyright headers 2015-02-11 06:49:51 +00:00
test_interface_link_libraries Update copyright headers 2015-02-11 06:49:51 +00:00
test_json_plugin_includes Update copyright headers 2015-02-11 06:49:51 +00:00
test_moc_macro_target Update copyright headers 2015-02-11 06:49:51 +00:00
test_multiple_find_package CMake: Make all tests link to Qt libraries 2016-01-09 15:35:20 +00:00
test_opengl_lib Update copyright headers 2015-02-11 06:49:51 +00:00
test_openglextensions_module Update copyright headers 2015-02-11 06:49:51 +00:00
test_platform_defs_include CMake: Make all tests link to Qt libraries 2016-01-09 15:35:20 +00:00
test_plugins Teach CMake about Qt 5 plugins. 2013-09-10 14:38:18 +02:00
test_private_includes Update copyright headers 2015-02-11 06:49:51 +00:00
test_qtmainwin_library Update copyright headers 2015-02-11 06:49:51 +00:00
test_testlib_definitions Update copyright headers 2015-02-11 06:49:51 +00:00
test_testlib_no_link_gui Doc: Fix module name format 2013-01-25 17:27:44 +01:00
test_testlib_no_link_widgets Doc: Fix module name format 2013-01-25 17:27:44 +01:00
test_umbrella_config Generate a Qt5ConfigVersion.cmake file. 2013-03-13 16:07:09 +01:00
test_use_modules_function Update copyright headers 2015-02-11 06:49:51 +00:00
test_wrap_cpp_and_resources Update copyright headers 2015-02-11 06:49:51 +00:00
test_wrap_cpp_options Update copyright headers 2015-02-11 06:49:51 +00:00
test(needsquoting)dirname Update copyright headers 2015-02-11 06:49:51 +00:00
cmake.pro Increase CI timeout for cmake tests. 2014-03-06 17:22:55 +01:00
CMakeLists.txt Prospective fix for running cmake tests with -no-widgets 2016-01-07 19:29:36 +00:00