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

Doesn't compile on recent qtcreator #1

Open
figiel opened this issue Jul 10, 2013 · 7 comments
Open

Doesn't compile on recent qtcreator #1

figiel opened this issue Jul 10, 2013 · 7 comments

Comments

@figiel
Copy link

figiel commented Jul 10, 2013

$ 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

@cinemast
Copy link

cinemast commented Oct 2, 2013

Hi.

I have the same problem. Any progress on this?

@fargies
Copy link

fargies commented Jan 13, 2014

Hello,

I've made some modifications to compile it with qt-creator-2.8.1 (on Gentoo), you can find it there.

@TwistTheNeil
Copy link

I'm having a similar issue using fargies' mod

$ qmake -r
Reading /home/neil/QtCreatorCoveragePlugin/src/src.pro
Reading /home/neil/QtCreatorCoveragePlugin/src/lib/lib.pro
Cannot read /home/neil/Downloads/QT_PATH/qt-creator-opensource-src-3.0.1/src/plugins/projectexplorer/projectexplorer.pri: No such file or directory
Cannot read /home/neil/Downloads/QT_PATH/qt-creator-opensource-src-3.0.1/src/plugins/coreplugin/coreplugin.pri: No such file or directory
Cannot read /home/neil/Downloads/QT_PATH/qt-creator-opensource-src-3.0.1/src/plugins/qt4projectmanager/qt4projectmanager.pri: No such file or directory

Seems like it's still trying to look for qt4 structures.

@fargies
Copy link

fargies commented Sep 29, 2014

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.

@uglide
Copy link

uglide commented Aug 14, 2015

Use my fork which has fixes for latest QtCreator 3.4.2 https://github.com/uglide/QtCreatorCoveragePlugin

@ericfont
Copy link

@uglide there page not found at your link. Does your fork no longer exist? Are there any other solutions?

@georgeplaton7
Copy link

@uglide I would also like to have the link if you make it available. Thanks a lot!

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

7 participants