-
Notifications
You must be signed in to change notification settings - Fork 9
cannot compile this on Windows #13
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
Comments
Hi, thanks for report, but I never deal with Windows and QtC and have no any prepared setups to build/test it. Also, it is possible that current version of CMakeProjectManager2 can't build with last QtC version due to API changes. I sync sources time-to-time and it is possible to have such situation. Also, I can't found any reference to the qtsupport/qtprojectmorter.h in my current sources... Could you please provide full error report? |
https://github.com/h4tr3d/cmakeprojectmanager2/blob/master/cmakeprojectimporter.h qtcreator-4.2.2\bin\jom.exe -f Makefile 正在生成代码... |
I think there's few works we could do to fix this issue, so that QTC@windows could use cmake smoothly. that would be a great work. |
also I compiled this source code on QTC release V4.2.2 |
it also fails on MinGW5.3 |
log here: |
I changed .pro file to pass by these errors temperately, but it seems this source cannot compiled @qtc 4.2.2 because #include <cpptools/cpprawprojectpart.h> in builddirreader.h cannot be found in plugin cpptools... any information about how to fix this? |
I tried to compile it on windows, so that the windows qt could have a file view when using cmake. But it fails to compile for reporting C1083 qtsupport/qtprojectmorter.h etc. I guess it is because cmakeprojectmanager_dependencies did not add this plugin at first. But it is a wrong shoot.
Any ideas about how to fix it? I'm hoping to use this remarkable QTC plugin on windows.
The text was updated successfully, but these errors were encountered: