mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
qt5: don't use 'HEADERS' variable in library makefiles
The 'HEADERS' variable is currently only supported for applications with qmake project files. Fixes #3183
This commit is contained in:
parent
e679d55f67
commit
23220a98b9
@ -2,9 +2,8 @@ include $(call select_from_repositories,lib/import/import-qt5_qnitpickerviewwidg
|
||||
|
||||
SHARED_LIB = yes
|
||||
|
||||
SRC_CC = qnitpickerviewwidget.cpp
|
||||
|
||||
HEADERS += qnitpickerviewwidget.h
|
||||
SRC_CC = qnitpickerviewwidget.cpp \
|
||||
moc_qnitpickerviewwidget.cpp
|
||||
|
||||
vpath %.h $(call select_from_repositories,include/qt5/qnitpickerviewwidget)
|
||||
vpath %.cpp $(REP_DIR)/src/lib/qt5/qnitpickerviewwidget
|
||||
|
@ -2,9 +2,8 @@ include $(call select_from_repositories,lib/import/import-qt5_qpluginwidget.mk)
|
||||
|
||||
SHARED_LIB = yes
|
||||
|
||||
SRC_CC = qpluginwidget.cpp
|
||||
|
||||
HEADERS += qpluginwidget.h
|
||||
SRC_CC = qpluginwidget.cpp \
|
||||
moc_qpluginwidget.cpp
|
||||
|
||||
vpath %.h $(call select_from_repositories,include/qt5/qpluginwidget)
|
||||
vpath %.cpp $(REP_DIR)/src/lib/qt5/qpluginwidget
|
||||
|
Loading…
Reference in New Issue
Block a user