development/qconf: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 00:56:10 -04:00 committed by Willy Sudiarto Raharjo
parent 91438d9ea0
commit b9251fb9a1
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -2,9 +2,9 @@ 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.
Scripts generated by QConf are meant for unix. This means it should only
be used with projects based on Qt/X11, Qt/Mac, or Qt/Embedded. No effort
has been made in supporting Qt/Windows based projects (yet).
Scripts generated by QConf are meant for unix. This means it should
only be used with projects based on Qt/X11, Qt/Mac, or Qt/Embedded.
No effort has been made in supporting Qt/Windows based projects (yet).
NOTE: QConf is a Qt 4 program as of version 1.2. However, it can still
generate configure scripts for Qt 3 apps. See below for information.