Importing a project in Qt Creator
-
I want to import an existing project in my qt creator 4.0.1 with mingw compiler but as soon as the project is imported it starts showing some qmake error, please tell me the procedure as for how can a project build in other laptop work in my PC.
Do I need to set some external path as per the project or what to do, completely blank and struggling. -
I want to import an existing project in my qt creator 4.0.1 with mingw compiler but as soon as the project is imported it starts showing some qmake error, please tell me the procedure as for how can a project build in other laptop work in my PC.
Do I need to set some external path as per the project or what to do, completely blank and struggling.@navya.dubey said in Importing a project in Qt Creator:
but as soon as the project is imported it starts showing some qmake error
i think showing the error to us raises the chances to get appropriate help.
-
the error is no rule to make target '.../.../.../../debug/qrc_icones.cpp' needed by 'debug/qrc_icones.o'. Stop
I can find the file qrc_icon.o in the project file, but no idea about the cpp file , originally I build the project in other PC and now when I want to transfer my project elsewhere I am facing these issues.
please help
-
the error is no rule to make target '.../.../.../../debug/qrc_icones.cpp' needed by 'debug/qrc_icones.o'. Stop
I can find the file qrc_icon.o in the project file, but no idea about the cpp file , originally I build the project in other PC and now when I want to transfer my project elsewhere I am facing these issues.
please help
@navya.dubey
please try to rerun qmake (right-click on the project in QtCreator) -
@navya.dubey
please try to rerun qmake (right-click on the project in QtCreator)@raven-worx It is still showing the same error but when I am running my project without deployment it works fine or seems to work fine but there is always an error pop up which says the same error.