Where to link with Qt Installation?
-
Hello, I am new to QT, I install qt@5 by homebrew, and configure the qmake of that in Qt Creator successfully. but I don't know how to "Link with Qt" since when I choose the same directory of installed qt@5, the path becomes red, and the dialog shows me "Qt installation information was not found". I don't understand which directory should be chosen there? Can anyone help me? thank you.!
-
Hello, I am new to QT, I install qt@5 by homebrew, and configure the qmake of that in Qt Creator successfully. but I don't know how to "Link with Qt" since when I choose the same directory of installed qt@5, the path becomes red, and the dialog shows me "Qt installation information was not found". I don't understand which directory should be chosen there? Can anyone help me? thank you.!
@MemeDa said in Where to link with Qt Installation?:
I don't understand which directory should be chosen there?
A directory containing one of the files mentioned in the pop-up you posted.
-
'Link with Qt ...' is meant to be used when you've an installation of Qt by the Qt online installer, but for some reason want to use a separately installed Qt Creator.
If you have just Qt libraries from somewhere else, you can register them via 'Add'. You need to manually add and configure a Kit then: https://doc.qt.io/qtcreator/creator-project-qmake.html