summaryrefslogtreecommitdiffstats
path: root/src/entrypoint
Commit message (Expand)AuthorAgeFilesLines
* Generate Qt6EntryPointAdditionalTargetInfo independent of platformAlexey Edelev2021-01-201-7/+10
* QtEntryPoint: Fix linking Release against RelWithDebInfo with MSVCJoerg Bornemann2021-01-181-0/+8
* CMake: Fix compile warnings when MSVC and -DFEATURE_static_runtime=ONLi Xinwei2020-12-171-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