mirror of https://github.com/qt/qt5compat.git
28 lines
465 B
Prolog
28 lines
465 B
Prolog
TARGET = QtCore5Compat
|
|
QT = core
|
|
MODULE = core5compat
|
|
|
|
QT_FOR_CONFIG += core-private
|
|
QT_FOR_PRIVATE += core-private
|
|
|
|
QMAKE_DOCS = $$PWD/doc/qtcore5.qdocconf
|
|
|
|
include(codecs/codecs.pri)
|
|
include(serialization/serialization.pri)
|
|
include(text/text.pri)
|
|
|
|
PUBLIC_HEADERS += \
|
|
qcore5global.h \
|
|
qlinkedlist.h \
|
|
qregexp.h
|
|
|
|
PRIVATE_HEADERS +=
|
|
|
|
SOURCES += \
|
|
qlinkedlist.cpp \
|
|
qregexp.cpp
|
|
|
|
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
|
|
|
|
load(qt_module)
|