Hi Thiago,

> > Could you use qmake variables when applicable?
> > ($$[QT_INSTALL_BINS] and $$[QT_INSTALL_PREFIX])
> 
> Please don't do that.
> 
> Those are Qt installation prefixes, not the application ones. Many
> distributions put Qt's prefix in /usr/lib/qt4, including MeeGo. (see
> the spec file in
> http://repo.meego.com/MeeGo/builds/trunk/1.0.80.13.20100803.2/core/repo
> s/source/qt-4.7.0~prerelease-6.13.src.rpm
> )
> 
> This would get these things in /usr/lib/qt4/bin.

not for $$[QT_INSTALL_BINS] and $$[QT_INSTALL_PREFIX]:
QT_INSTALL_BINS = /usr/bin
QT_INSTALL_PREFIX = /usr

including MeeGo.

You right for the other qmake variables:
QT_INSTALL_DATA
QT_INSTALL_DOCS
QT_INSTALL_HEADERS
QT_INSTALL_PLUGINS
QT_INSTALL_IMPORTS
QT_INSTALL_TRANSLATIONS
QT_INSTALL_EXAMPLES
QT_INSTALL_DEMOS
QMAKE_MKSPECS

These should not be used in the applications.

Cheers,

Fathi

_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to