It should be as easy as adding all the files to the project. What you might be enountering though is that you execute the program from a different directory than that where your qml files reside so using relative paths for them doesn't work. In that case you might want to embed all the files in the application binary using Qt resource system.