Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help to add quickcontrol2 #1

Open
gnomathibus opened this issue Nov 27, 2019 · 0 comments
Open

help to add quickcontrol2 #1

gnomathibus opened this issue Nov 27, 2019 · 0 comments

Comments

@gnomathibus
Copy link

hello, i'm trying to add quickcontrols2 to the QT5 package, i modified the make file by adding the following lines:

define Package/qt5-quickcontrols2
  $(call Package/qt5/Default)
  TITLE+=quickcontrols2
  DEPENDS+=+qt5-core
endef

define Package/qt5-quickcontrols2/install
	$(INSTALL_DIR) $(1)/usr/lib/
	$(CP) $(PKG_BUILD_DIR)/qtbase/lib/libQt5QuickControls2.so* $(1)/usr/lib/
	$(CP) $(PKG_BUILD_DIR)/qtbase/lib/libQt5QuickControls2.prl $(1)/usr/lib/
	$(CP) $(PKG_BUILD_DIR)/qtbase/lib/libQt5QuickControls2.la $(1)/usr/lib/
endef

$(eval $(call BuildPackage,qt5-quickcontrols2))

and I get the error:
cp: can not stat '/home/osboxes/vocore/openwrt/build_dir/target-mipsel_24kc_musl/qt-everywhere-src-5.11.3/qtbase/lib/libQt5QuickControls2.so*': No such file or directory

can you help me add the quickcontrols2 QT5 module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant