Results 1 to 20 of 26

Thread: Compiling with Qmake/Make

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Join Date
    Jan 2007
    Posts
    209
    Thanks
    34
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Compiling with Qmake/Make

    I am saying that I cannot use qmake + make to build my project, make gives me errors because of qmakes inability to make correct makefiles.

    So I use DevC++ to build my projects, I can probably use VS too, but I don't like setting project settings constantly with VS, I use a template file for DevC++, that is easy enough to compile all Qt projects that do not include Q_OBJECT, to use signal/slot/Q_OBJECT I use moc to make an moc file and include it at the bottom of my cpp file. But I prefer to just have some sort of project option that automatically does this for me. Sucks having to remake an moc file everytime I make new slot/signals.

    Of course I could try and waste time to make my own templates for VC++ or DevC++, but I don't want to try that. I couldn't find any such files anywhere on the web. In fact, Qt is one of the things that I have never found good sources for except for the trolltech docs themselves, I can't even find simple tutorials for it even, at least ones that had any quality to it.

    Your points:
    * I'd prefer ugly macros that I don't have to deal with than pretty connect functions that require me to use moc every time I need to change slots/signals. Is it really impossible to make it so you don't need moc?
    You have a button, your library should automatically assign ids to all objects, and then you can have a connect function, just like the qt one, except that when someone uses a custom function, send the function and the class it involves, and then connect the on click WM_COMMAND to the function that was given by connect. It might be hard, but it should be able to be done.
    Last edited by VireX; 18th February 2007 at 02:35.

Similar Threads

  1. Flex, Bison and qmake
    By Hydragyrum in forum Qt Programming
    Replies: 5
    Last Post: 2nd May 2011, 15:52
  2. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  3. qmake to build both 32-bit and 64-bit
    By lni in forum Qt Programming
    Replies: 8
    Last Post: 12th December 2006, 19:35
  4. Setting up qmake to run "Hello World"
    By Rolsch in forum Newbie
    Replies: 2
    Last Post: 27th May 2006, 02:37
  5. linking user space and kernel space programs with qmake
    By zielchri in forum Qt Programming
    Replies: 9
    Last Post: 8th March 2006, 23:11

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.