-
Notifications
You must be signed in to change notification settings - Fork 635
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
Qt Issue When Compiling in Windows #37
Comments
I should also add that I put in the qt5gui and qt5widgets directories in the cmakelists because I was getting an error with those too. But now I get this |
in the cmakelists file I replaced qt5_use_modules with target_link_libraries and got it to work. After opening it in visual studio i clicked build but ran into a bunch more errors: \cryptonotewallet\src\CommandLineParser.h(7): fatal error C1083: Cannot open include file: 'QCommandLineParser': No such file or directory |
Hi! did you solve this issue? |
So I do mkdir build
cd build
cmake -G "Visual Studio 12 2013 Win64" ..
and get
CMake Error at CMakeLists.txt:252 (qt5_use_modules):
Unknown CMake command "qt5_use_modules".
wtf
The text was updated successfully, but these errors were encountered: