Skip to content
Snippets Groups Projects
Commit d6e4ce7b authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

don't add core plugin include path 100 times

parent 42c083cd
No related branches found
No related tags found
No related merge requests found
include(coreplugin_dependencies.pri)
LIBS *= -l$$qtLibraryName(Core)
# for ide_version.h
INCLUDEPATH += $$IDE_BUILD_TREE/src/plugins/coreplugin
DEPENDPATH += $$IDE_BUILD_TREE/src/plugins/coreplugin
INCLUDEPATH *= $$IDE_BUILD_TREE/src/plugins/coreplugin
DEPENDPATH *= $$IDE_BUILD_TREE/src/plugins/coreplugin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment