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

qtaes_export.h: No such file or directory #68

Open
pandazz77 opened this issue Sep 9, 2024 · 2 comments
Open

qtaes_export.h: No such file or directory #68

pandazz77 opened this issue Sep 9, 2024 · 2 comments

Comments

@pandazz77
Copy link

...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

@ymau
Copy link

ymau commented Oct 23, 2024

Same here with Qt6.8 on Ubuntu 22.04

@ymau
Copy link

ymau commented Oct 23, 2024

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.

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

2 participants