View Single Post
Posts: 289 | Thanked: 101 times | Joined on Oct 2009
#4
That did not work for me, I did it in this way:

mad pscreate –t qt_simple programname
then I went into the programname-folder and edited the qtprog.pro by removing qthello.cpp and adding all my sources, headers, those "QT +=" and at last changed TARGET = programname. After that I did add my sourcsfiles to the src folder

after that is done I went into the folder with madde and wrote "mad qmake" and "mad dpkg-buildpackage"