diff options
author | João Abecasis <joao@abecasis.name> | 2009-04-02 13:47:54 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2009-04-02 14:29:49 (GMT) |
commit | 0d026b267badbf7890b02256826f0ff3821fcec7 (patch) | |
tree | 4f0cc8d6371f08f113beee5f4002dad214fc5a6c /tests/auto/qmake/testdata | |
parent | d9e3fd083217f3b03f211d64e7d78b36da90bf51 (diff) | |
download | Qt-0d026b267badbf7890b02256826f0ff3821fcec7.zip Qt-0d026b267badbf7890b02256826f0ff3821fcec7.tar.gz Qt-0d026b267badbf7890b02256826f0ff3821fcec7.tar.bz2 |
Spring cleaning in qmake tests
And some indentation fixes in qmake itself.
Fixes indentation; TRUE => true; FALSE => false; #includes and #defines
cleanup; removes dead code; comments... and somewhere along the way
marked a function static.
Reviewed-by: mariusSO
Diffstat (limited to 'tests/auto/qmake/testdata')
-rw-r--r-- | tests/auto/qmake/testdata/shadow_files_build/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmake/testdata/shadow_files_build/README b/tests/auto/qmake/testdata/shadow_files_build/README index 46017fc..15e48c0 100644 --- a/tests/auto/qmake/testdata/shadow_files_build/README +++ b/tests/auto/qmake/testdata/shadow_files_build/README @@ -1 +1 @@ -Here to ensure include_dir_build exists +Here to ensure shadow_files_build exists, used by the shadow_files test. |