2011-04-27 10:05:43 +00:00
|
|
|
CONFIG += depend_includepath
|
|
|
|
|
|
|
|
SKIP_DEPENDS += qconfig.h qmodules.h
|
2012-03-26 18:34:23 +00:00
|
|
|
DEFINES += QT_NO_TEXTCODEC QT_NO_LIBRARY QT_NO_COMPRESS QT_NO_UNICODETABLES \
|
2011-11-04 12:51:20 +00:00
|
|
|
QT_NO_GEOM_VARIANT QT_NO_DATASTREAM
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
#qmake code
|
|
|
|
SOURCES += project.cpp property.cpp main.cpp generators/makefile.cpp \
|
|
|
|
generators/unix/unixmake2.cpp generators/unix/unixmake.cpp meta.cpp \
|
|
|
|
option.cpp generators/win32/winmakefile.cpp generators/win32/mingw_make.cpp \
|
|
|
|
generators/makefiledeps.cpp generators/metamakefile.cpp generators/mac/pbuilder_pbx.cpp \
|
2012-04-25 15:12:53 +00:00
|
|
|
generators/xmloutput.cpp \
|
2011-04-27 10:05:43 +00:00
|
|
|
generators/win32/msvc_nmake.cpp generators/projectgenerator.cpp \
|
|
|
|
generators/win32/msvc_vcproj.cpp \
|
|
|
|
generators/win32/msvc_vcxproj.cpp \
|
|
|
|
generators/win32/msvc_objectmodel.cpp generators/win32/msbuild_objectmodel.cpp \
|
2012-05-11 08:24:28 +00:00
|
|
|
generators/integrity/gbuild.cpp \
|
|
|
|
generators/win32/cesdkhandler.cpp
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
HEADERS += project.h property.h generators/makefile.h \
|
|
|
|
generators/unix/unixmake.h meta.h option.h cachekeys.h \
|
|
|
|
generators/win32/winmakefile.h generators/win32/mingw_make.h generators/projectgenerator.h \
|
|
|
|
generators/makefiledeps.h generators/metamakefile.h generators/mac/pbuilder_pbx.h \
|
2012-04-25 15:12:53 +00:00
|
|
|
generators/xmloutput.h generators/win32/msvc_nmake.h \
|
2011-04-27 10:05:43 +00:00
|
|
|
generators/win32/msvc_vcproj.h \
|
|
|
|
generators/win32/msvc_vcxproj.h \
|
|
|
|
generators/win32/msvc_objectmodel.h generators/win32/msbuild_objectmodel.h \
|
2012-05-11 08:24:28 +00:00
|
|
|
generators/integrity/gbuild.h \
|
|
|
|
generators/win32/cesdkhandler.h
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
contains(QT_EDITION, OpenSource) {
|
|
|
|
DEFINES += QMAKE_OPENSOURCE_EDITION
|
|
|
|
}
|
|
|
|
|
|
|
|
bootstrap { #Qt code
|
2012-05-30 11:03:56 +00:00
|
|
|
DEFINES+=QT_NO_THREAD
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES+= \
|
|
|
|
qbitarray.cpp \
|
|
|
|
qbuffer.cpp \
|
2012-03-27 09:21:27 +00:00
|
|
|
qarraydata.cpp \
|
2011-04-27 10:05:43 +00:00
|
|
|
qbytearray.cpp \
|
|
|
|
qbytearraymatcher.cpp \
|
|
|
|
qcryptographichash.cpp \
|
|
|
|
qdatetime.cpp \
|
|
|
|
qdir.cpp \
|
|
|
|
qdiriterator.cpp \
|
2012-02-26 09:05:39 +00:00
|
|
|
qfiledevice.cpp \
|
2011-04-27 10:05:43 +00:00
|
|
|
qfile.cpp \
|
|
|
|
qabstractfileengine.cpp \
|
|
|
|
qfileinfo.cpp \
|
|
|
|
qfilesystementry.cpp \
|
|
|
|
qfilesystemengine.cpp \
|
|
|
|
qfsfileengine.cpp \
|
|
|
|
qfsfileengine_iterator.cpp \
|
|
|
|
qglobal.cpp \
|
|
|
|
qnumeric.cpp \
|
|
|
|
qhash.cpp \
|
|
|
|
qiodevice.cpp \
|
|
|
|
qlist.cpp \
|
|
|
|
qlinkedlist.cpp \
|
|
|
|
qlocale.cpp \
|
2011-07-11 13:24:55 +00:00
|
|
|
qlocale_tools.cpp \
|
2011-04-27 10:05:43 +00:00
|
|
|
qmalloc.cpp \
|
|
|
|
qmap.cpp \
|
|
|
|
qmetatype.cpp \
|
|
|
|
qregexp.cpp \
|
|
|
|
qtextcodec.cpp \
|
|
|
|
qutfcodec.cpp \
|
|
|
|
qstring.cpp \
|
|
|
|
qstringlist.cpp \
|
|
|
|
qtemporaryfile.cpp \
|
|
|
|
qtextstream.cpp \
|
|
|
|
quuid.cpp \
|
|
|
|
qsettings.cpp \
|
|
|
|
qlibraryinfo.cpp \
|
|
|
|
qsystemerror.cpp \
|
|
|
|
qvariant.cpp \
|
|
|
|
qvector.cpp \
|
|
|
|
qvsnprintf.cpp \
|
|
|
|
qxmlstream.cpp \
|
2012-02-03 08:35:22 +00:00
|
|
|
qxmlutils.cpp \
|
|
|
|
qlogging.cpp
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
HEADERS+= \
|
|
|
|
qbitarray.h \
|
|
|
|
qbuffer.h \
|
2012-03-27 09:21:27 +00:00
|
|
|
qarraydata.h \
|
2011-04-27 10:05:43 +00:00
|
|
|
qbytearray.h \
|
2012-03-27 09:21:27 +00:00
|
|
|
qarraydataops.h \
|
|
|
|
qarraydatapointer.h \
|
2011-04-27 10:05:43 +00:00
|
|
|
qbytearraymatcher.h \
|
|
|
|
qchar.h \
|
|
|
|
qcryptographichash.h \
|
|
|
|
qdatetime.h \
|
|
|
|
qdatetime_p.h \
|
|
|
|
qdir.h \
|
|
|
|
qdir_p.h \
|
|
|
|
qdiriterator.h \
|
|
|
|
qfile.h \
|
2012-02-17 19:09:17 +00:00
|
|
|
qabstractfileengine_p.h \
|
2011-04-27 10:05:43 +00:00
|
|
|
qfileinfo.h \
|
|
|
|
qglobal.h \
|
|
|
|
qnumeric.h \
|
|
|
|
qhash.h \
|
|
|
|
qiodevice.h \
|
|
|
|
qlist.h \
|
|
|
|
qlinkedlist.h \
|
|
|
|
qlocale.h \
|
2011-07-11 13:24:55 +00:00
|
|
|
qlocale_tools_p.h \
|
2011-04-27 10:05:43 +00:00
|
|
|
qmalloc.h \
|
|
|
|
qmap.h \
|
|
|
|
qmetatype.h \
|
|
|
|
qregexp.h \
|
|
|
|
qtextcodec.h \
|
|
|
|
qutfcodec.h \
|
|
|
|
qstring.h \
|
|
|
|
qstringlist.h \
|
|
|
|
qstringmatcher.h \
|
|
|
|
qsystemerror_p.h \
|
|
|
|
qtemporaryfile.h \
|
|
|
|
qtextstream.h \
|
|
|
|
quuid.h \
|
|
|
|
qvector.h \
|
|
|
|
qxmlstream.h \
|
|
|
|
qxmlutils.h
|
|
|
|
|
|
|
|
unix {
|
|
|
|
SOURCES += qfilesystemengine_unix.cpp qfilesystemiterator_unix.cpp qfsfileengine_unix.cpp
|
|
|
|
mac {
|
|
|
|
SOURCES += qfilesystemengine_mac.cpp
|
|
|
|
SOURCES += qcore_mac.cpp qsettings_mac.cpp
|
|
|
|
LIBS += -framework ApplicationServices
|
|
|
|
}
|
|
|
|
} else:win32 {
|
|
|
|
SOURCES += qfilesystemengine_win.cpp qfsfileengine_win.cpp qfilesystemiterator_win.cpp qsettings_win.cpp \
|
|
|
|
qsystemlibrary.cpp
|
|
|
|
win32-msvc*:LIBS += ole32.lib advapi32.lib
|
|
|
|
win32-g++*:LIBS += -lole32 -luuid -ladvapi32 -lkernel32
|
|
|
|
}
|
|
|
|
|
|
|
|
qnx {
|
|
|
|
CFLAGS += -fhonor-std
|
|
|
|
LFLAGS += -lcpp
|
|
|
|
}
|
|
|
|
DEFINES *= QT_NO_QOBJECT
|
|
|
|
} else {
|
|
|
|
CONFIG += qt
|
|
|
|
QT = core
|
|
|
|
}
|
|
|
|
*-g++:profiling {
|
|
|
|
QMAKE_CFLAGS = -pg
|
|
|
|
QMAKE_CXXFLAGS = -pg
|
|
|
|
QMAKE_LFLAGS = -pg
|
|
|
|
}
|
|
|
|
|
|
|
|
PRECOMPILED_HEADER = qmake_pch.h
|