Qt 6.11 is out! See what's new in the release
blog
Correct syntax for INCLUDEPATH
-
I AM trying to add #inlcude to .pro file.
What is i the correct form /syntax to use $$PWD ??#include <../QtBluetooth/QBluetoothLocalDevice> // localDevice;
INCLUDEPATH += $$PWD ??? /code/include ???
...and this did not work
INCLUDEPATH += <../QtBluetooth/QBluetoothLocalDevice> -
C Christian Ehrlicher moved this topic from C++ Gurus on