Results 1 to 5 of 5

Thread: Running QMake and Make on different systems

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2011
    Posts
    5
    Thanks
    1
    Qt products
    Qt3
    Platforms
    MacOS X

    Default Re: Running QMake and Make on different systems

    So I was able to resolve this. I took the makefile generated by qmake and pulled out all the gcc instructions and related declarations, putting them into their own makefile, including a make clean section. I then ran the full build, then ran the clean target of the gcc only makefile, leaving all moc files in place. I then transferred everything to my target system and ran the gcc only makefile. Worked like a charm.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Running QMake and Make on different systems

    Did you explore deploying private versions of the system libraries along with your application?

Similar Threads

  1. Replies: 6
    Last Post: 21st August 2013, 05:28
  2. qmake doesn't make a 'make' file
    By elyness in forum Installation and Deployment
    Replies: 1
    Last Post: 4th August 2010, 15:21
  3. Replies: 2
    Last Post: 28th May 2010, 09:16
  4. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 10:43
  5. running qmake
    By exsto in forum Installation and Deployment
    Replies: 2
    Last Post: 15th July 2006, 17:27

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.