summaryrefslogtreecommitdiffstats
path: root/src/entrypoint
Commit message (Expand)AuthorAgeFilesLines
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Fix EntryPointMinGW32Target.cmake to be found in top-level buildJoerg Bornemann2021-11-051-1/+3
* CMake: Fix EntryPointMinGW32Target to be found in top-level buildAlexandru Croitor2021-11-021-0/+6
* CMake: Fix undefined reference to WinMain errors with MinGWJoerg Bornemann2021-10-282-6/+31
* Adjust the EntryPoint target name according to the internal module naming policyAlexey Edelev2021-06-151-13/+19
* Fix qmake user projects for QT_LIBINFIX builds on Windows/iOSJoerg Bornemann2021-03-171-1/+1
* Generate Qt6EntryPointAdditionalTargetInfo independent of platformAlexey Edelev2021-01-201-7/+10
* QtEntryPoint: Fix linking Release against RelWithDebInfo with MSVCJoerg Bornemann2021-01-181-0/+8
* Prevent compiler and linker flags from growing every cmake runCraig Scott2021-01-151-2/+1
* Remove the qmake project filesJoerg Bornemann2021-01-073-88/+0
* CMake: Fix compile warnings when MSVC and -DFEATURE_static_runtime=ONLi Xinwei2020-12-151-0/+1
* CMake: Fix entrypoint output directory when multi-config buildLi Xinwei2020-11-231-0/+1
* cmake: Remove indirection via Startup target for EntryPointTor Arne Vestbø2020-11-121-7/+7
* Move iOS entrypoint logic to entrypoint libraryTor Arne Vestbø2020-11-103-44/+73
* Remove custom logic for writing entrypoint implementation priTor Arne Vestbø2020-11-102-21/+15
* Don't rely on the module.pri for the entrypoint linking to the libraryTor Arne Vestbø2020-11-094-46/+89
* Allow adding linker flags to qmake module prisTor Arne Vestbø2020-11-032-2/+14
* cmake: Add missing aliases for entrypoint implementationTor Arne Vestbø2020-10-281-0/+2
* cmake: Ensure Mingw builds pick up and use the WinMain entry pointTor Arne Vestbø2020-10-261-21/+70
* Make entry point module an internal moduleTor Arne Vestbø2020-10-232-1/+3
* Fix linking of non-console application on mingwTor Arne Vestbø2020-10-201-1/+0
* Generalize the winmain/qtmain entry-point libraryTor Arne Vestbø2020-10-173-0/+165