mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
4672ae637a
For the correct integration of a QPluginWidget in a parent QWidget, with this commit the parent QWidget's Nitpicker view is made the parent view of the plugin's Nitpicker view. Fixes #1173.
11 lines
281 B
Makefile
11 lines
281 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 qt5_qpa_nitpicker libc qoost zlib
|