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
...3rdparty\qtaes\qaesencryption.h(5,10): fatal error C1083: Cannot open file: qtaes_export.h: No such file or directory, [C:...\build\3rdparty\qtaes\QtAES.vcxproj]
non standalone build
msvc v17.7.6 qt 6.5.3
same issue on Ubuntu 22.04 gcc 11 qt 6.5.3
The text was updated successfully, but these errors were encountered:
It seems that in my project CMakeLists.txt there's a line set(BUILD_SHARED_LIBS ON) which is enabled if another variable is is set to ON. QtAES is built as a sub-project. When setting BUILD_SHARED_LIBS to OFF, the error doesn't happen.
...3rdparty\qtaes\qaesencryption.h(5,10): fatal error C1083: Cannot open file: qtaes_export.h: No such file or directory, [C:...\build\3rdparty\qtaes\QtAES.vcxproj]
non standalone build
msvc v17.7.6 qt 6.5.3
same issue on Ubuntu 22.04 gcc 11 qt 6.5.3
The text was updated successfully, but these errors were encountered: