summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.unix.win32
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-12-17 21:44:21 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-12-21 10:33:33 +0100
commit31396f0affa0464c5d504cea7632f775c4456780 (patch)
tree8284ec6bd43392a5790b0315aae86f14b8c08bb8 /qmake/Makefile.unix.win32
parentec7eb1eab157ae84992ca20653f48394bb066340 (diff)
Remove qmake-related code from configure
This leaves a very simple script that delegates the heavy configure work to a CMake script. This also removes the Makefile templates that were used for bootstrapping qmake. Task-number: QTBUG-88742 Change-Id: Iab9c477e0bb611d680bda2cf8aaa7ad88356a8d1 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'qmake/Makefile.unix.win32')
-rw-r--r--qmake/Makefile.unix.win3221
1 files changed, 0 insertions, 21 deletions
diff --git a/qmake/Makefile.unix.win32 b/qmake/Makefile.unix.win32
deleted file mode 100644
index 3d38cd1b17..0000000000
--- a/qmake/Makefile.unix.win32
+++ /dev/null
@@ -1,21 +0,0 @@
-EXEEXT = .exe
-EXTRA_CPPFLAGS = -DPCRE2_STATIC -DUNICODE -DMINGW_HAS_SECURE_API=1
-EXTRA_LFLAGS = -static -s -lole32 -luuid -ladvapi32 -lkernel32 -lnetapi32
-QTOBJS = \
- qfilesystemengine_win.o \
- qfilesystemiterator_win.o \
- qfsfileengine_win.o \
- qlocale_win.o \
- qsettings_win.o \
- qoperatingsystemversion_win.o \
- qsystemlibrary.o \
- registry.o
-QTSRCS = \
- $(SOURCE_PATH)/src/corelib/global/qoperatingsystemversion_win.cpp \
- $(SOURCE_PATH)/src/corelib/io/qfilesystemengine_win.cpp \
- $(SOURCE_PATH)/src/corelib/io/qfilesystemiterator_win.cpp \
- $(SOURCE_PATH)/src/corelib/io/qfsfileengine_win.cpp \
- $(SOURCE_PATH)/src/corelib/io/qsettings_win.cpp \
- $(SOURCE_PATH)/src/corelib/tools/qlocale_win.cpp \
- $(SOURCE_PATH)/src/corelib/plugin/qsystemlibrary.cpp \
- $(SOURCE_PATH)/qmake/library/registry.cpp