Here is my code:
QFile test(\"://needle.png\"); // also tried :/needle.png :\\needle.png :\\\\needle.png if(test.open(QFile::ReadOnly)) { qDebug() <&
I removed the project.user.pro file, reopened QT. And it chose the kit and rebuilt. Working now.