1 | 2.10a -
|
---|
2 |
|
---|
3 | support for spaces in filenames.
|
---|
4 |
|
---|
5 | 2.00a -
|
---|
6 |
|
---|
7 | Automatic feature loading (from CONFIG) has been added, this allows qmake to be
|
---|
8 | written using qmake language.
|
---|
9 |
|
---|
10 | The dependency generation system has been redesigned to be faster (as over time
|
---|
11 | it had gotten slower and slower as features crept in). This new system is used
|
---|
12 | for dependency calcuation and moc detection.
|
---|
13 |
|
---|
14 | qmake has been changed to allow features to be introduced without changes to
|
---|
15 | C++ sources (ie project files).
|
---|
16 |
|
---|
17 | DEPENDS supported to allow hard coded dependencies (when qmake's depend are inadaquate)
|
---|
18 |
|
---|
19 | $$sprintf() added to allow easy expansion of complex strings (using %1..%n)
|
---|
20 |
|
---|
21 | for() iteration has been introduced to do simple looping in a qmake script.
|
---|
22 |
|
---|
23 | CONFIG() test function added.
|
---|
24 |
|
---|
25 | $$basename() and $$dirname() added for file manipulation.
|
---|
|
---|