qmake.pro: Fix missing headers and add missing line continuation
Change-Id: I308cff86f1af2c24eee13ec0531d967a3770ed04 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
90a8de656f
commit
756c64c539
@ -96,7 +96,7 @@ HEADERS += \
|
|||||||
bp = $$shadowed(..)
|
bp = $$shadowed(..)
|
||||||
INCLUDEPATH += \
|
INCLUDEPATH += \
|
||||||
$$bp/include $$bp/include/QtCore \
|
$$bp/include $$bp/include/QtCore \
|
||||||
$$bp/include/QtCore/$$QT_VERSION $$bp/include/QtCore/$$QT_VERSION/QtCore
|
$$bp/include/QtCore/$$QT_VERSION $$bp/include/QtCore/$$QT_VERSION/QtCore \
|
||||||
$$bp/src/corelib/global
|
$$bp/src/corelib/global
|
||||||
|
|
||||||
VPATH += \
|
VPATH += \
|
||||||
@ -182,18 +182,17 @@ HEADERS += \
|
|||||||
qglobal.h \
|
qglobal.h \
|
||||||
qhash.h \
|
qhash.h \
|
||||||
qiodevice.h \
|
qiodevice.h \
|
||||||
qjson.h \
|
qjson_p.h \
|
||||||
qjsonarray.h \
|
qjsonarray.h \
|
||||||
qjsondocument.h \
|
qjsondocument.h \
|
||||||
qjsonobject.h \
|
qjsonobject.h \
|
||||||
qjsonparser.h \
|
qjsonparser_p.h \
|
||||||
qjsonvalue.h \
|
qjsonvalue.h \
|
||||||
qjsonwriter.h \
|
qjsonwriter_p.h \
|
||||||
qlinkedlist.h \
|
qlinkedlist.h \
|
||||||
qlist.h \
|
qlist.h \
|
||||||
qlocale.h \
|
qlocale.h \
|
||||||
qlocale_tools_p.h \
|
qlocale_tools_p.h \
|
||||||
qmalloc.h \
|
|
||||||
qmap.h \
|
qmap.h \
|
||||||
qmetatype.h \
|
qmetatype.h \
|
||||||
qnumeric.h \
|
qnumeric.h \
|
||||||
@ -204,12 +203,12 @@ HEADERS += \
|
|||||||
qsystemerror_p.h \
|
qsystemerror_p.h \
|
||||||
qtemporaryfile.h \
|
qtemporaryfile.h \
|
||||||
qtextstream.h \
|
qtextstream.h \
|
||||||
qutfcodec.h \
|
qutfcodec_p.h \
|
||||||
quuid.h \
|
quuid.h \
|
||||||
qvector.h \
|
qvector.h \
|
||||||
qversionnumber.h \
|
qversionnumber.h \
|
||||||
qxmlstream.h \
|
qxmlstream.h \
|
||||||
qxmlutils.h
|
qxmlutils_p.h
|
||||||
|
|
||||||
unix {
|
unix {
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user