cb47d1d9ff
maintaining GUI (graphical user interface) applications. Qt is written in C++ and is fully object-oriented. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is a multi-platform toolkit. When developing software with Qt, you can run it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. Simply recompile your source code on the platform you want. Qt cuts down the complexity in implementing large and complex systems. Its ingenious signal-slot technology enables true component programming.
20 lines
788 B
Text
20 lines
788 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2006/02/20 12:08:11 adam Exp $
|
|
|
|
To allow this package to coexist with other versions of Qt
|
|
it has been installed in ${PREFIX}/qt4/{bin,include,lib,doc}.
|
|
|
|
You should be able to select this version of Qt when compiling
|
|
programs which use it by ensuring that
|
|
|
|
1) QTDIR is set to ${PREFIX}/qt4
|
|
|
|
2) Use the "configure" argument "--with-qt-dir=${PREFIX}/qt4"
|
|
|
|
3) you may also have to put ${PREFIX}/qt4/bin in your PATH
|
|
|
|
To access Qt-4 man pages add ${PREFIX}/qt4/doc/man to your MANPATH
|
|
environment variable. Note that the Qt-4 man pages are installed
|
|
here to avoid conflicts with man pages of other Qt versions.
|
|
|
|
===========================================================================
|