mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
qt5/cmake.mk: add makefile for inclusion for qt5 projects using cmake
This commit is contained in:
8
frameworks/qt5/cmake.mk
Normal file
8
frameworks/qt5/cmake.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
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++"
|
||||
Reference in New Issue
Block a user