mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
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
|