PDA

View Full Version : who can give me a tutorials of write .pro file



fengtian.we
20th May 2007, 15:27
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~~~ :)

wysota
20th May 2007, 15:30
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?

patrik08
20th May 2007, 15:34
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-programming-2/t-can-i-use-the-sql-module-without-chanage-pro-file-7149.html

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

fengtian.we
20th May 2007, 15:37
or give me a .pro file example( good,detailed,have note );


:)

patrik08
20th May 2007, 15:46
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_of_search=soft&words=qt4
http://code.google.com/hosting/search?q=label:Qt4
http://freshmeat.net/search/?q=qt4&section=projects&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/albumshaper/wiki/index.php/Compiling_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?target=ftp://ftp.tu-chemnitz.de/pub/Qt/qt/source/qt-win-opensource-4.2.3-mingw.exe

fengtian.we
20th May 2007, 16:25
OK this enough~~ think you ~~ haha :)