qt5base-lts/tests/auto
Alexandru Croitor 3f03917b54 Fix Windows build
- Fix qmake build
- Fix QtNetwork moc-ing, by including the moc files
  inside the cpp files
- Fix sql odbc plugin by including QT_PLUGIN define
- Fix Boostrap to link against the Platform target, to get the
  correct Unicode and WIN64 defines.
- Fix vulkan headers to be found
- Fix freetype bzip and png unresolved symbols / linker issues
  when building minimal platform plugin (also need to make
  sure to use the vcpkg toolchain instead of CMAKE_PREFIX_PATH
  because then find_package is overridden, which does magic
  to properly propagate static library dependencies).
- Fix qfilesystementry test not to be built without private
  tests feature (it led to undefined symbols issues).
- Make sure to remove QT_NO_CAST_TO_ASCII define when building
  QtCore, so that the qstringbuilder3 test builds
  successfully.

Task-number: QTBUG-74140
Change-Id: I353d08392b604d55f8e62cdd8696d1e19a3c084a
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-03-18 15:34:52 +00:00
..
android
bic/data Add binary compatibility files for 5.11 for QtBase 2018-06-05 06:00:28 +00:00
cmake Export modules' enabled/disabled features to cmake 2018-09-28 13:10:28 +00:00
concurrent Build and test QtConcurrent 2018-11-01 11:50:17 +00:00
corelib Fix Windows build 2019-03-18 15:34:52 +00:00
dbus cmake: we need two different qmyserver names 2019-02-11 11:07:38 +00:00
gui Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
guiapplauncher
installed_cmake
network tst_QSslSocket: deduplicate datatags and don't cast to int 2018-10-16 10:45:41 +00:00
opengl Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
other Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
printsupport CMake: Store Qt features in CMake Cache 2019-01-17 16:16:55 +00:00
shared Remove workaround for potentially unavailable pasteboard in macOS 2017-03-07 01:04:46 +00:00
sql Add Sql build and tests 2018-11-05 15:45:54 +00:00
testlib Add qabstractitemmodeltester back to the build 2019-01-31 09:44:53 +00:00
tools Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
widgets Fix building tests on macOS 2019-02-28 10:23:17 +00:00
xml Don't indefinitely wait for data if it was able to read some data 2018-01-24 05:54:31 +00:00
auto.pro winrt: Skip network auto tests for now 2018-06-22 05:02:39 +00:00
CMakeLists.txt CMake: Use AUTOMOC/AUTOUIC/AUTORCC 2018-12-14 14:04:59 +00:00
network-settings.h Docker-based test servers for network-related Qt autotests on macOS 2018-10-18 19:22:46 +00:00
testserver.pri Make sure docker machine is both created and running before test 2018-10-23 05:26:31 +00:00