Ich habe ein wenig Probleme eine ordentliche Struktur mit hilfe der .pro und .pri Dateien aufzubauen. Ich wollte meine Ordnerstruktur folgendermaßen aufbauen:
Code: Alles auswählen
AllProject
AllProject.pro
Common
CommonResource.qrc
CommonResource.rc
CommonOne.h
CommonTwo.h
CommonOne.cpp
CommonTwo.cpp
...
images
ImageOne.png
ImageTwo.svg
....
DialogOne
DialogOne.pro
DialogOne.ui
DialogOne.h
DialogOne.cpp
main.cpp
DialogTwoThree
DialogTwoThree.pro
DialogTwo.ui
DialogTwo.h
DialogTwo.cpp
DialogThree.ui
DialogThree.h
DialogThree.cpp
main.cpp
DemoProject
DemoProject.pro
SpecificOne.h
SpecificOne.cpp
...
main.cpp