diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
commit | be01f8c8e3e09a1c71165640ab722df948c4dfbb (patch) | |
tree | 58d900e8952a66580c86f7ae3a9255c1eeac09e9 /tqmake/CHANGES | |
parent | c489c62c1713924c29e560cd2ebd36b006c14a11 (diff) | |
download | tqt3-be01f8c8e3e09a1c71165640ab722df948c4dfbb.tar.gz tqt3-be01f8c8e3e09a1c71165640ab722df948c4dfbb.zip |
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqmake/CHANGES')
-rw-r--r-- | tqmake/CHANGES | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/tqmake/CHANGES b/tqmake/CHANGES new file mode 100644 index 000000000..6b0d9a65c --- /dev/null +++ b/tqmake/CHANGES @@ -0,0 +1,68 @@ +1.07a - + + support for precompiled headers added + +1.06b - + + support for reading and writing libtool (.la) files + support for reading pkgconfig (.pkg) files + + PWD added as an automatic variable to mean the directory + the file being parsed is in (this change required that the + directory be set to the file being parsed as well, function + tests that query relative paths will need to be relative the + file being parsed). + + persistant data cache introduced + +1.05a - + + caching of more information (speed ups) + $$list() added to be used as a lambda function in tqmake + $$files() added to allow regular expression matching + $$fromfile() added to grab one single variable value from a parsed file + $$prompt() added to allow querying for user input from tqmake + include() modified to support specifying which variables to import + equals() test added to test for equality + MSVC.net generator added [partial solution files in vcsubdirs] + +1.04a - + + subdirs supports multiple project files in a single directory. + +1.03a - + + New function $$system() to extract the value of a shell call. + +1.02a - + + Dependency / Mocable caching. tqmake can cache these expensive operations with tqmake_cache + CONFIG. + + The parser has been improved to cover more error cases, as well as more forgiving + + tqmake now includes a special else scope to invert the previous test + + Ability to add user defined targets to UnixMakefiles. + +1.01a - + + New system for library linking. This system allows a user several different features: + + 1) libtool like library dependencies to static libraries build with tqmake + 2) library dependencies, when on .pro depends on another library - it will + automatically build that other library (unix makefiles only) + 3) automatic detection of configurations for Qt, if CONFIG qt is specified + it will find the settings for the most recent TQt itself. + + Project Builder for Mac OS X is now a supported backend for tqmake. + + tqmake now offers a 'make uninstall' feature, to reverse the actions of a 'make install'. + + tqmake can now do recursive searches in project-file mode (-r option). + +1.00a - + + First release, shipped with TQt 3.0. + + tqmake ships with support for Unix make, MSVC (both dsp and nmake), Borland make. |