Results 1 to 9 of 9

Thread: one single project file for Qt/Qtopia Core/QPE

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Gold Coast, Australia
    Posts
    36
    Thanked 5 Times in 5 Posts
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: one single project file for Qt/Qtopia Core/QPE

    Exactly what are any error messages you are seeing?

    As was said, qtopiamake is just a wrapper for setting up qmake, you will see output from qmake when it is run the first time you run 'make'.
    Freelance Senior Software Engineer

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: one single project file for Qt/Qtopia Core/QPE

    Quote Originally Posted by lpotter View Post
    Exactly what are any error messages you are seeing?
    There are no errors. The problem is how to detect that the .pro file is being used to generate a Makefile for Qtopia, not the ordinary Qt.

  3. #3
    Join Date
    Feb 2007
    Posts
    14
    Thanks
    3

    Default Re: one single project file for Qt/Qtopia Core/QPE

    maybe you should try to write a script, which will compose a .pro file for different Qt platforms. for example:
    we have qt_profile, qtopiacore_profile, qtopia_profile.

    then in order to platform script will select needed file and make:
    cat needed_file > project.pro

    then run qmake/qtopiamake. or make several scripts for each platform

Similar Threads

  1. Best Practice on single source Qt Desktop/Qtopia Core/QPE application
    By izico in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 31st March 2007, 07:08
  2. qt3 to qt4 - uic issue
    By hvengel in forum Qt Programming
    Replies: 10
    Last Post: 4th March 2007, 02:59
  3. Replies: 2
    Last Post: 11th July 2006, 14:19
  4. .h file for each form in QT 3.3.5 project??
    By darpan in forum Qt Programming
    Replies: 1
    Last Post: 23rd March 2006, 11:59

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.