Add OFString (QString)

This commit is contained in:
Jonathan Schleifer 2017-04-09 14:19:53 +02:00
parent 53410c810f
commit daa49494d4
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
4 changed files with 46 additions and 3 deletions

View file

@ -10,6 +10,7 @@ INCLUDEPATH += common \
QtWidgets
HEADERS += common/helpers.h \
common/OFString+QString.h \
common/QtOwnershipManaging.h \
QtCore/QtChildEvent.h \
QtCore/QtCoreApplication.h \
@ -21,7 +22,8 @@ HEADERS += common/helpers.h \
QtWidgets/QtApplication.h \
QtWidgets/QtWidget.h
SOURCES += QtCore/QtChildEvent.mm \
SOURCES += common/OFString+QString.mm \
QtCore/QtChildEvent.mm \
QtCore/QtCoreApplication.mm \
QtCore/QtEvent.mm \
QtCore/QtObject.mm \