con
|
7b38d9c8d3
|
Fixes: - Proparser handling of '=' operator.
Details:
"CONFIG = foo bar" resulted in "CONFIG = bar"
"CONFIG = foo
CONFIG = bar $$CONFIG"
resulted in "CONFIG = bar bar"
|
2009-03-09 15:57:55 +01:00 |
|
hjk
|
8ca887aae2
|
Fixes: change file license headers to include LGPL
|
2009-02-25 09:15:00 +01:00 |
|
con
|
d1edc2a2fa
|
Fixes: - Console application doesn't start on Mac
Task: - 244263
RevBy: - dt
|
2009-02-19 12:42:32 +01:00 |
|
dt
|
fa4bab5075
|
Fixes: Also do this for objective_sources, probably they need that to.
|
2009-02-05 12:01:01 +01:00 |
|
con
|
fc8762e6db
|
Fixes: - Crash in .pro file reader.
Details: - Happened in release builds when opening pro files with
CONFIG scopes and a non-valid Qt version set.
|
2009-02-04 20:43:58 +01:00 |
|
hjk
|
b3c2622fcf
|
Fixes: potential speed improvement
RevBy: dt
Details: create QDir objects ony when needed
|
2009-02-03 15:09:23 +01:00 |
|
hjk
|
fe0533de2a
|
Fixes: move all files in shared/* to src/shared/*
|
2009-01-26 16:19:24 +01:00 |
|