summaryrefslogtreecommitdiffstats
path: root/development/qconf/README
diff options
context:
space:
mode:
author Alexei Panov <elemc@atisserv.ru>2010-09-09 10:45:45 -0400
committer dsomero <xgizzmo@slackbuilds.org>2010-09-09 10:45:45 -0400
commitf44f6c89992329e7061d98e06121e4b485725318 (patch)
tree4553219f222b28f855ef35d6820a673179b6c33d /development/qconf/README
parent2a58ad32bd749d63505e3434f7b28f019908b6b1 (diff)
downloadslackbuilds-f44f6c89992329e7061d98e06121e4b485725318.tar.gz
slackbuilds-f44f6c89992329e7061d98e06121e4b485725318.tar.xz
development/qconf: Added (qmake configure script tool)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/qconf/README')
-rw-r--r--development/qconf/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/qconf/README b/development/qconf/README
new file mode 100644
index 0000000000..c15f0019c9
--- /dev/null
+++ b/development/qconf/README
@@ -0,0 +1,10 @@
+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).
+
+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.