Re: how to start qt4 programming under FC6?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> if anyone has a working setup for this, or there's a web page that
> covers this, i'd be grateful.

Isn't it enough to create a "qtprepare" ?

#!/bin/sh

unset QTINC QTLIB QTPATH_LRELEASE QMAKESPEC

qmake-qt4

----------------------------------------------------------------------------------

It should create a Makefile for you.

Another possibility is adding these lines to your .cshrc:

#QT
setenv QTDIR /usr/lib/qt4
setenv QTPATH_LRELEASE $QTDIR/bin/lrelease
setenv QMAKESPEC $QTDIR/mkspecs/linux-g++

--
Paulo Roma Cavalcanti
LCG - UFRJ

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux