mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
4973f2a310
Fixes #1233.
20 lines
651 B
Makefile
20 lines
651 B
Makefile
include $(REP_DIR)/lib/import/import-qt5_widgets.mk
|
|
|
|
SHARED_LIB = yes
|
|
|
|
include $(REP_DIR)/lib/mk/qt5_widgets_generated.inc
|
|
|
|
# UI headers
|
|
qfiledialog.o: ui_qfiledialog.h
|
|
|
|
include $(REP_DIR)/lib/mk/qt5.inc
|
|
|
|
INC_DIR += $(REP_DIR)/include/qt5/qtbase/QtWidgets/private \
|
|
$(QT5_CONTRIB_DIR)/qtbase/include/QtWidgets/$(QT_VERSION)/QtWidgets \
|
|
$(QT5_CONTRIB_DIR)/qtbase/include/QtGui/$(QT_VERSION) \
|
|
$(QT5_CONTRIB_DIR)/qtbase/include/QtGui/$(QT_VERSION)/QtGui \
|
|
$(QT5_CONTRIB_DIR)/qtbase/include/QtCore/$(QT_VERSION) \
|
|
$(QT5_CONTRIB_DIR)/qtbase/include/QtCore/$(QT_VERSION)/QtCore
|
|
|
|
LIBS += qt5_core libc
|