summaryrefslogtreecommitdiff
path: root/qmake/CHANGES
Unidiff
Diffstat (limited to 'qmake/CHANGES') (more/less context) (ignore whitespace changes)
-rw-r--r--qmake/CHANGES32
1 files changed, 30 insertions, 2 deletions
diff --git a/qmake/CHANGES b/qmake/CHANGES
index 995c16e..ca786ee 100644
--- a/qmake/CHANGES
+++ b/qmake/CHANGES
@@ -1,3 +1,31 @@
11.07a -
2
3 support for precompiled headers added
4
51.06b -
6
7 support for reading and writing libtool (.la) files
8 support for reading pkgconfig (.pkg) files
9
10 PWD added as an automatic variable to mean the directory
11 the file being parsed is in (this change required that the
12 directory be set to the file being parsed as well, function
13 tests that query relative paths will need to be relative the
14 file being parsed).
15
16 persistant data cache introduced
17
181.05a -
19
20 caching of more information (speed ups)
21 $$list() added to be used as a lambda function in qmake
22 $$files() added to allow regular expression matching
23 $$fromfile() added to grab one single variable value from a parsed file
24 $$prompt() added to allow querying for user input from qmake
25 include() modified to support specifying which variables to import
26 equals() test added to test for equality
27 MSVC.net generator added [partial solution files in vcsubdirs]
28
11.04a - 291.04a -
2 30
3 subdirs supports multiple project files in a single directory. 31 subdirs supports multiple project files in a single directory.
@@ -8,7 +36,7 @@
8 36
91.02a - 371.02a -
10 38
11 Dependancy / Mocable caching. qmake can cache these expensive operations with qmake_cache 39 Dependency / Mocable caching. qmake can cache these expensive operations with qmake_cache
12 CONFIG. 40 CONFIG.
13 41
14 The parser has been improved to cover more error cases, as well as more forgiving 42 The parser has been improved to cover more error cases, as well as more forgiving
@@ -21,7 +49,7 @@
21 49
22 New system for library linking. This system allows a user several different features: 50 New system for library linking. This system allows a user several different features:
23 51
24 1) libtool like library dependancies to static libraries build with qmake 52 1) libtool like library dependencies to static libraries build with qmake
25 2) library dependencies, when on .pro depends on another library - it will 53 2) library dependencies, when on .pro depends on another library - it will
26 automatically build that other library (unix makefiles only) 54 automatically build that other library (unix makefiles only)
27 3) automatic detection of configurations for Qt, if CONFIG qt is specified 55 3) automatic detection of configurations for Qt, if CONFIG qt is specified