mirror of
https://github.com/openwrt/video.git
synced 2026-04-15 19:02:15 +00:00
9 lines
203 B
Makefile
9 lines
203 B
Makefile
include $(TOPDIR)/rules.mk
|
|
include $(INCLUDE_DIR)/cmake.mk
|
|
|
|
CMAKE_OPTIONS += \
|
|
-DQT_QMAKE_TARGET_MKSPEC="linux-openwrt-g++"
|
|
|
|
CMAKE_HOST_OPTIONS += \
|
|
-DQT_QMAKE_TARGET_MKSPEC="linux-openwrt-host-g++"
|