Results 1 to 6 of 6

Thread: who can give me a tutorials of write .pro file

  1. #1
    Join Date
    Feb 2007
    Posts
    71
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Smile who can give me a tutorials of write .pro file

    me again

    I can't write the .pro file(use qmake -project only),I need write the .pro file now,hope you can help me,give me a tutorials of "write the .pro file".

    I think the Assistant is loaded down with trivial details.do you have some easy tutorials .


    think you very much~~~

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: who can give me a tutorials of write .pro file

    What kind of tutorial do you need? There are lots of example project files in Qt code, why don't you take a look at them?

  3. #3
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: who can give me a tutorials of write .pro file

    read here

    http://doc.trolltech.com/4.2/qmake-manual.html

    and make your bat file ... inside ... write

    qmake -project
    lupdate name.pro

    and use !include( os.pri ) : error( Unable to find os.pri )
    http://www.qtcentre.org/forum/f-qt-p...file-7149.html

    ++ you having commercial version here http://trolltech.com/support/support/program

  4. #4
    Join Date
    Feb 2007
    Posts
    71
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: who can give me a tutorials of write .pro file

    or give me a .pro file example( good,detailed,have note );



  5. #5
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: who can give me a tutorials of write .pro file

    Quote Originally Posted by fengtian.we View Post
    or give me a .pro file example( good,detailed,have note );


    good,detailed is here ...
    http://doc.trolltech.com/4.2/qmake-manual.html
    and here you find a lot of pro file...
    http://sourceforge.net/search/?type_...soft&words=qt4
    http://code.google.com/hosting/search?q=label:Qt4
    http://freshmeat.net/search/?q=qt4&s...Go.x=9&Go.y=14

    many many pro file ...

    download a complex apps like http://albumshaper.sourceforge.net/

    and build like how to from...
    http://www.complex-computer.de/album...ing_on_Windows

    I think the problem is your compiler VS... visual xx take a simple way and use QT on mingw compiler..
    http://www.mingw.org/
    all in one .. http://www.trolltech.com/download?ta....2.3-mingw.exe

  6. #6
    Join Date
    Feb 2007
    Posts
    71
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: who can give me a tutorials of write .pro file

    OK this enough~~ think you ~~ haha

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.