Use common install functionality
Common module uses the qt-cmake-private-install to install. This ensures all configurations are installed. Change-Id: I4be97685c25392838dbc7ab7c3526f55987c08e6 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> (cherry picked from commit 872bf376a72b99970b373cb969a98bab14927329) Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
parent
0b0520f233
commit
98060a4acb
@ -528,8 +528,7 @@ class QtBase(ConanFile):
|
||||
self.python_requires["qt-conan-common"].module.build_env_wrap(self, _build_qtbase)
|
||||
|
||||
def package(self):
|
||||
cmd = ["cmake", "--install", "."]
|
||||
self.run(" ".join(cmd))
|
||||
self.python_requires["qt-conan-common"].module.call_install(self)
|
||||
|
||||
def package_info(self):
|
||||
self.python_requires["qt-conan-common"].module.package_info(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user