qt5base-lts/src
Alexandru Croitor c1ba9bb72a Fix PlatformHeaders to be a HEADER_MODULE
The module does not have an associated library, but for some reason
on Windows install(EXPORT) still created Targets files which
expected a library to be present.
If then find_package(Qt6PlatformHeaders) was called, it would fail
configuration with not finding the library on disk.

Switch the module to be a HEADER_MODULE.

Also remove the extend_target call, because there apparently is no
need to specify the headers one by one (and also because adding
sources to an interface only library would break the configuration
step).
syncqt will be executed on all the headers under the module source
location, regardless of specifying them in the project.

Change-Id: Iec4cc8fab8906e6288dae423c878e260dd922ce5
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
2019-11-08 15:10:05 +00:00
..
3rdparty Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-10-14 17:46:34 +02:00
android Add conversion code for Java code 2019-10-18 13:20:46 +00:00
angle Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
concurrent Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-10-14 17:46:34 +02:00
corelib Fix declarative tests 2019-10-25 16:21:06 +00:00
dbus Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-10-14 17:46:34 +02:00
gui Fix Android x86 builds 2019-11-08 09:40:24 +00:00
network Regenerate all configure.json files 2019-10-21 14:49:12 +00:00
opengl Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-10-14 17:46:34 +02:00
openglextensions Move forward-declaration inside of namespace 2019-05-15 10:58:49 +00:00
platformheaders Fix PlatformHeaders to be a HEADER_MODULE 2019-11-08 15:10:05 +00:00
platformsupport Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-10-17 09:41:36 +02:00
plugins Fix static linking when using bearer plugins 2019-11-08 10:50:12 +00:00
printsupport Re-generate affected cmake files and configure.json after the merge 2019-10-17 16:56:23 +00:00
sql Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-10-17 09:41:36 +02:00
testlib Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-10-14 17:46:34 +02:00
tools Add --skip-install-root option to androidtestrunner 2019-10-24 07:16:51 +00:00
widgets Re-generate affected cmake files and configure.json after the merge 2019-10-17 16:56:23 +00:00
winmain Annotate some projects that should not to be regenerated 2019-10-08 13:12:00 +00:00
xml Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-10-14 17:46:34 +02:00
CMakeLists.txt Annotate some projects that should not to be regenerated 2019-10-08 13:12:00 +00:00
src.pro Merge remote-tracking branch 'origin/5.13' into 5.14 2019-10-10 09:13:49 +02:00