mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
7b54eaaee1
Fixes #345.
11 lines
257 B
Makefile
11 lines
257 B
Makefile
SHARED_LIB = yes
|
|
|
|
SRC_CC = qpluginwidget.cpp
|
|
|
|
HEADERS += qpluginwidget.h
|
|
|
|
vpath %.h $(REP_DIR)/include/qt5/qpluginwidget
|
|
vpath %.cpp $(REP_DIR)/src/lib/qt5/qpluginwidget
|
|
|
|
LIBS += qt5_gui qt5_widgets qt5_network qt5_qnitpickerviewwidget qt5_core libc zlib
|