You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
332 B
Makefile
9 lines
332 B
Makefile
IMPORT_QT5_INC=$(call select_from_repositories,lib/import/import-qt5.inc)
|
|
|
|
include $(IMPORT_QT5_INC)
|
|
|
|
QT5_INC_DIR += $(QT5_REP_DIR)/include/qt5/qtwebkit \
|
|
$(QT5_CONTRIB_DIR)/qtwebkit/include \
|
|
$(QT5_REP_DIR)/include/qt5/qtwebkit/QtWebKit \
|
|
$(QT5_CONTRIB_DIR)/qtwebkit/include/QtWebKit \
|