9b68bc4147
now that configureapp does not use it any more, qmake is the only remaining user. and the license headers already claimed that this code is part of qmake ... Change-Id: I9b8a16f8f2b432d2b1143efbdd1f0042305ccc0c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
20 lines
701 B
Makefile
20 lines
701 B
Makefile
EXEEXT = .exe
|
|
EXTRA_CXXFLAGS = -DUNICODE
|
|
EXTRA_LFLAGS = -static -s -lole32 -luuid -ladvapi32 -lkernel32
|
|
QTOBJS = \
|
|
qfilesystemengine_win.o \
|
|
qfilesystemiterator_win.o \
|
|
qfsfileengine_win.o \
|
|
qlocale_win.o \
|
|
qsettings_win.o \
|
|
qsystemlibrary.o \
|
|
registry.o
|
|
QTSRCS = \
|
|
$(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/generators/win32/registry.cpp
|