William Wu
William Wu
https://github.com/h4tr3d/cmakeprojectmanager2/blob/master/cmakeprojectimporter.h line 28 qtcreator-4.2.2\bin\jom.exe -f Makefile C:\Qt\qtcreator-4.2.2\bin\jom.exe -f Makefile.Release C:\Qt\5.7\msvc2015_64\bin\uic.exe D:\GIT\qtc\src\plugins\debugger\cdb\cdboptionspagewidget.ui -o ui_cdboptionspagewidget.h C:\Qt\5.7\msvc2015_64\bin\uic.exe D:\GIT\qtc\src\plugins\debugger\shared\symbolpathsdialog.ui -o ui_symbolpathsdialog.h qtcreator_gui_pch.h d:\git\qtc\src\plugins\cmakeprojectmanager\cmakeprojectimporter.h(28): fatal error C1083: 无法打开包括文件: “qtsupport/qtprojectimporter.h”: No such file or directory cl...
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: C:/Qt/Tools/mingw530_32/bin/mingw32-make -f Makefile.Release mingw32-make[4]: Entering directory 'D:/GIT/build-qtcreator-Qt5_7MinGW-Release/src/plugins/cmakeprojectmanager' g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DCMAKEPROJECTMANAGER_LIBRARY -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -ID:\GIT\qtc\src\plugins\cmakeprojectmanager -I. -I/src/plugins/texteditor -IC:\Qt\5.7\mingw53_32\include...
I changed .pro file to pass by these errors temperately, but it seems this source cannot compiled @QTC 4.2.2 because #include in builddirreader.h cannot be found in plugin cpptools... any...