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(..)
|
||||
INCLUDEPATH += \
|
||||
$$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
|
||||
|
||||
VPATH += \
|
||||
@ -182,18 +182,17 @@ HEADERS += \
|
||||
qglobal.h \
|
||||
qhash.h \
|
||||
qiodevice.h \
|
||||
qjson.h \
|
||||
qjson_p.h \
|
||||
qjsonarray.h \
|
||||
qjsondocument.h \
|
||||
qjsonobject.h \
|
||||
qjsonparser.h \
|
||||
qjsonparser_p.h \
|
||||
qjsonvalue.h \
|
||||
qjsonwriter.h \
|
||||
qjsonwriter_p.h \
|
||||
qlinkedlist.h \
|
||||
qlist.h \
|
||||
qlocale.h \
|
||||
qlocale_tools_p.h \
|
||||
qmalloc.h \
|
||||
qmap.h \
|
||||
qmetatype.h \
|
||||
qnumeric.h \
|
||||
@ -204,12 +203,12 @@ HEADERS += \
|
||||
qsystemerror_p.h \
|
||||
qtemporaryfile.h \
|
||||
qtextstream.h \
|
||||
qutfcodec.h \
|
||||
qutfcodec_p.h \
|
||||
quuid.h \
|
||||
qvector.h \
|
||||
qversionnumber.h \
|
||||
qxmlstream.h \
|
||||
qxmlutils.h
|
||||
qxmlutils_p.h
|
||||
|
||||
unix {
|
||||
SOURCES += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user