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

change INCLUDEPATH #1

Open
sagasm opened this issue Mar 14, 2016 · 1 comment
Open

change INCLUDEPATH #1

sagasm opened this issue Mar 14, 2016 · 1 comment

Comments

@sagasm
Copy link

sagasm commented Mar 14, 2016

How about change:
INCLUDEPATH += "../../../../libs/Qt/5.5.0/5.5/msvc2013_64/include/QtCore/5.5.0/QtCore"
INCLUDEPATH += "../../../../libs/Qt/5.5.0/5.5/msvc2013_64/include/QtGui/5.5.0/QtGui"
INCLUDEPATH += "../../../../libs/Qt/5.5.0/5.5/msvc2013_64/include/QtWidgets/ß5.5.0/QtWidgets"
INCLUDEPATH += "../../../../libs/Qt/5.5.0/5.5/msvc2013_64/include/QtWidgets"
To:
NCLUDEPATH += $$(QTDIR)/include/QtGui/$$QT_VERSION/QtGui
INCLUDEPATH += $$(QTDIR)/include/QtWidgets/$$QT_VERSION/QtWidgets

@tony2u
Copy link

tony2u commented Aug 7, 2022

INCLUDEPATH += $$(QTDIR)/include/QtCore/$$QT_VERSION
INCLUDEPATH += $$(QTDIR)/include/QtGui/$$QT_VERSION
INCLUDEPATH += $$(QTDIR)/include/QtWidgets/$$QT_VERSION

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

2 participants