View Single Post
shep's Avatar
Posts: 85 | Thanked: 65 times | Joined on Jan 2010 @ Ireland
#15
Originally Posted by goriofab View Post
Hi shep,

Can you see this plz ? I did it on QT Creator..

Waiting for your reply..
Hi goriofab,

I'm no expert on this stuff, but I've been through these issues recently. Forgive me if the reasons I give are wrong for issues, but I think the steps to fix the issues should be right.

Anyhow, I think there may be a few issues here.

1. To make a Madde compatible Qt file you should create the project/folder structure from Madde with the command
Code:
mad pscreate -t qt_simple projectname
2. After you have finished development with Qt Creator you need to remove the Makefiles it creates as these don't seem to compile with Madde.

By removing the Makefiles from Qt Creator I was able to get the mad make to work, but the "mad dpkg-buildpackage" is still not working. I suspect that if you start with the mad pscreate command and add your files to that project you'll have more success.

I don't have time to try that now myself.

Let me know if you need anything else.

Shep
 

The Following 2 Users Say Thank You to shep For This Useful Post: