Where to find shared.qrc / shared.h?
Solved
QML and Qt Quick
-
I tried to download files mentioned at "https://doc.qt.io/qt-5/qtdoc-demos-calqlatr-example.html" and then built them. I got errors:
No rule to make target './shared/shared.qrc', needed by 'debug/qrc-shared.cpp'. Stop
../shared/shared.h: No such file or directoryBut I didn't find these two files at that page. How come?
-
I found #include "../shared.h" at main.cpp. But where to find it?
-
Hi @Stan-Huang , i dont know why you have tried to download the files and then build!
- You can go to "Examples" tab in Qt Creator and then search for "calqlatr", you will find it.
- This is the path for the "shared.qrc", "C:\Qt\Qt5.12.1\Examples\Qt-5.12.1\demos\shared"
Here in this path you can find the header as well as the qrc file.
Note: i have installed Qt in C directory, so please search in the directory where you have installed. - If you still want to build the application which you have downloaded files for then copy and paste the "shared.qrc" file from the path given in(2.) and the change the path for "shared.qrc" in your pro file.