mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
f347cb90f1
Fixes #2792
15 lines
406 B
Makefile
15 lines
406 B
Makefile
include $(call select_from_repositories,lib/import/import-qt5_qpluginwidget.mk)
|
|
|
|
SHARED_LIB = yes
|
|
|
|
SRC_CC = qpluginwidget.cpp
|
|
|
|
HEADERS += qpluginwidget.h
|
|
|
|
vpath %.h $(call select_from_repositories,include/qt5/qpluginwidget)
|
|
vpath %.cpp $(REP_DIR)/src/lib/qt5/qpluginwidget
|
|
|
|
LIBS += libc qoost qt5_core qt5_gui qt5_network qt5_qnitpickerviewwidget qt5_qpa_nitpicker qt5_widgets zlib
|
|
|
|
CC_CXX_WARN_STRICT =
|