You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Do you have any plans to port qt recipe to conan 1.0? Right now I have
ERROR: Qt/5.8.0@osechet/testing: Error in build() method, line 140
self._build_msvc(args)
while calling '_build_msvc', line 156
env = {'PATH': ['%s/qtbase/bin' % self.conanfile_directory,
AttributeError: 'QtConan' object has no attribute 'conanfile_directory'
because conanfile_directory attribute does not exist anymore in conan 1.0.
The text was updated successfully, but these errors were encountered:
@dimart thanks a lot but I actually asked @osechet if he was going to fix his recipe that is currently available via conan-transit repo and has stable status. Of course the necessary fixes are quite trivial.
Do you have any plans to port qt recipe to conan 1.0? Right now I have
because
conanfile_directory
attribute does not exist anymore in conan 1.0.The text was updated successfully, but these errors were encountered: