WIP: added shared object dependencies for Qt5

This commit is contained in:
Matthias Koefferlein 2018-06-17 22:59:04 +02:00
parent 4a84790c45
commit e05c407d5e
3 changed files with 9 additions and 0 deletions

View File

@ -18,6 +18,9 @@ LIBS += -lklayout_QtCore
# because QWidget is used for some UI stuff, we need this:
LIBS += -lklayout_QtWidgets
# because QPagedPaintDevice is used, we need this:
LIBS += -lklayout_QtGui
SOURCES += \
HEADERS += \

View File

@ -18,6 +18,9 @@ LIBS += -lklayout_QtCore
# because QWidget is used for some UI stuff, we need this:
LIBS += -lklayout_QtWidgets
# because QPaintDevice is used, we need this:
LIBS += -lklayout_QtGui
SOURCES += \
HEADERS += \

View File

@ -15,6 +15,9 @@ LIBS += -L$$DESTDIR -lklayout_tl -lklayout_gsi -lklayout_qtbasic
# because QPainter is used as base class for QStylePainter, we need this:
LIBS += -lklayout_QtGui
# because QObject is the base class of some classes we need this
LIBS += -lklayout_QtCore
SOURCES += \
gsiDeclQtWidgetsAdd.cc