Results 1 to 2 of 2

Thread: Can't Compile Project on Different Computers

  1. #1
    Join Date
    Feb 2012
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Can't Compile Project on Different Computers

    I created the Transitions example project on my desktop which runs fine. However, when I run it from my laptop, i get a whole bunch of compilation errors. Can I not compile projects on different computers when they are created on a different one?

  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: Can't Compile Project on Different Computers

    Source code is portable as long as you stick to the Qt API and don't do anything platform specific. If the example uses the QML transition element then the QML features used were not introduced until Qt 4.7... so an earlier version will not be able to compile this code.

    Since you don't share any details or the errors...

Similar Threads

  1. help,who could help me to compile qt project
    By derekli in forum Qt Programming
    Replies: 3
    Last Post: 13th May 2014, 15:27
  2. Replies: 2
    Last Post: 7th October 2010, 16:37
  3. Project compile problems
    By MarkoSan in forum Qt Programming
    Replies: 7
    Last Post: 15th October 2009, 12:54
  4. Replies: 7
    Last Post: 10th September 2009, 21:21
  5. qmake: add to project but do not compile
    By jesse in forum Newbie
    Replies: 2
    Last Post: 8th November 2007, 16:03

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.