mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
11 lines
222 B
Makefile
11 lines
222 B
Makefile
|
SHARED_LIB = yes
|
||
|
|
||
|
SRC_CC = qpluginwidget.cpp
|
||
|
|
||
|
HEADERS += qpluginwidget.h
|
||
|
|
||
|
vpath %.h $(REP_DIR)/include/qpluginwidget
|
||
|
vpath %.cpp $(REP_DIR)/src/lib/qpluginwidget
|
||
|
|
||
|
LIBS += qt_gui qt_network qnitpickerviewwidget libc zlib
|