QConf

spacer


What is it?

QConf allows you to have a nice configure script for your qmake-based project. It is intended for developers who don’t need (or want) to use the more complex GNU autotools. With qconf/qmake, it is easy to maintain a cross-platform project that uses a familiar configuration interface on unix.

Part of the rationale for qconf is to piggyback on what Qt already knows. Qt has solved much of the various unix platform differences, in the areas of files, sockets, and even data types. These differences were acknowledged during Qt’s configuration process, and dealt with already, relieving us from this responsibility. For example, no qconf check is needed to determine which data type should be used for an unsigned 32bit integer. Q_UINT32 is your answer. With less checks to perform, qconf is generally faster than the average autoconf script, and has less output.

What do I need to be able to use it?

qconf depends on Qt, obviously.

What features are supported?

How does it work?

qconf generates a ‘configure’ script that you can copy into your project (it is the only file needed). Running the script will perform some checks, create conf.pri, and run qmake on your .pro file. None of your project files are modified. It is up to you to include conf.pri in your .pro file. See the README for more details.

What is the development plan?

qconf is considered to be complete, although it should probably be tested on as many platforms as possible. Ideally, it should work everywhere Qt does. The Windows environment is not supported, but maybe that could change in the future.

Where can I get it?

Source: qconf-1.4.tar.bz2 (.gz)

Note: QConf is a Qt 4 program as of version 1.2. However, it can still generate configure scripts for Qt 3 apps. See the README file for information. If you need qconf to be a Qt 3 app itself, then the old version is available.

SuSE-9.0:
qconf-1.1-0.tf.0.i586.rpm, Source-RPM,
.spec
(Contributed by Thomas Fischer)

The latest source can be found in the ‘qconf’ module of the Delta SVN.


Last updated August 27th, 2007.
‘wrench’ icon from KDE

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.