-
Notifications
You must be signed in to change notification settings - Fork 16
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
Doesn't compile on recent qtcreator #1
Comments
Hi. I have the same problem. Any progress on this? |
Hello, I've made some modifications to compile it with qt-creator-2.8.1 (on Gentoo), you can find it there. |
I'm having a similar issue using fargies' mod $ qmake -r Seems like it's still trying to look for qt4 structures. |
I do also have the 3 Errors, those includes are used with older QtCreator versions. The Makefiles are still generated and qmake returns a zero error code, everything is still compiling on my side (with qt-creator 3.0.1). To remove the errors/warnings, remove the 3 last includes in src/lib/codecoverage_dependencies.pri The pro files are still messy, if you still can't succeed I can try to make a cleanup. |
Use my fork which has fixes for latest QtCreator 3.4.2 https://github.com/uglide/QtCreatorCoveragePlugin |
@uglide there page not found at your link. Does your fork no longer exist? Are there any other solutions? |
@uglide I would also like to have the link if you make it available. Thanks a lot! |
$ qmake -r
Reading /home/xyz/qtcreator/QtCreatorCoveragePlugin-master/src/src.pro
Reading /home/xyz/qtcreator/QtCreatorCoveragePlugin-master/src/lib/lib.pro
WARNING: /home/xyz/qtcreator/qt-creator-2.8.0-beta-src/src/qtcreatorplugin.pri:1: Unable to find file for inclusion /home/xyz/qtcreator/QtCreatorCoveragePlugin-master/src/lib/lib_dependencies.pri
Project ERROR: qtcreatorplugin.pri: You must provide a TARGET
Tried to compile against:
http://download.qt-project.org/development_releases/qtcreator/2.8/2.8.0-beta/qt-creator-2.8.0-beta-src.tar.gz
The text was updated successfully, but these errors were encountered: