summaryrefslogtreecommitdiffstats
path: root/mkspecs/dilos-g++
Commit message (Collapse)AuthorAgeFilesLines
* Avoid setting CONFIG=thread in qmake.confAlexander Golubev2024-03-101-1/+1
| | | | | | Otherwise it's impossible to override in ./configure Signed-off-by: Alexander Golubev <[email protected]>
* Drop TQT_NO_COMPAT code from mkspecs filesMichele Calgaro2023-06-171-28/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* socket and nsl functions were moved to libcDenis Kozadaev2023-05-121-1/+1
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* Define QT_MITSHM to use <X11/extensions/XShm.h> for several platforms, ↵gregory guy2021-06-091-0/+1
| | | | | | namely: dilos-g++, freebsd-clang, linux-g++-32 and linux-g++-64 Signed-off-by: gregory guy <[email protected]>
* Fix to set -fvisibility-inlines-hidden flag only for C++ with g++OBATA Akio2020-08-061-2/+2
| | | | | | With GCC, it is valid for C++/ObjC++ but not for C. Signed-off-by: OBATA Akio <[email protected]>
* DilOS: add compiler visibilityDenis Kozadaev2020-02-151-1/+1
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* Apply recent QT => TQT renames to DilOS platform.Slávek Banko2019-08-292-5/+5
| | | | Signed-off-by: Slávek Banko <[email protected]>
* mkspecs for DilOS platformDenis Kozadaev2019-08-292-0/+204
Signed-off-by: Denis Kozadaev <[email protected]>