[Solved] Publishing an application
-
-
i do not understand.
i have my project in "C:\Users\7-windows\Documents\Progetti\QT\my project\fileTrenner2" and this folder contains the main.cpp, many .cpp and .h, qmlapplicationviewer and qml (subdirectory which contains images and other). i do not know what is qt's path. i have windows 7. how to do? -
yes, that command is not internal or external...or an executable, so it can not start.
EDIT: i deployed my program in release-desktop mode and copied the .DLL in the /release directory. the application starts, but with no component (white, on the title visible). i use windows 7 and QtQuick...
-
configure is not part of the build process when you use qmake. It is only part of the build process for Qt itself. You probably don't have to run it.
The fact that your qml component doesn't show probably means you have to copy your qml file along with your application.