mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 18:47:01 +00:00
20 lines
686 B
Makefile
20 lines
686 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 \
|
||
|
$(REP_DIR)/contrib/$(QT5)/qtbase/include/QtWidgets/$(QT_VERSION)/QtWidgets \
|
||
|
$(REP_DIR)/contrib/$(QT5)/qtbase/include/QtGui/$(QT_VERSION) \
|
||
|
$(REP_DIR)/contrib/$(QT5)/qtbase/include/QtGui/$(QT_VERSION)/QtGui \
|
||
|
$(REP_DIR)/contrib/$(QT5)/qtbase/include/QtCore/$(QT_VERSION) \
|
||
|
$(REP_DIR)/contrib/$(QT5)/qtbase/include/QtCore/$(QT_VERSION)/QtCore
|
||
|
|
||
|
LIBS += qt5_core libc
|