diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-04-12 12:15:23 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-06-13 17:55:17 +0200 |
commit | f061136f333da509eefd9f4d7201066cd793f243 (patch) | |
tree | 4cb1c9a55a889b100e147a7b0ec813aeade92761 /sync.profile | |
parent | 572d090b01a901ba9050cddd17a1a3247d7dfd44 (diff) | |
download | qtjsbackend-f061136f333da509eefd9f4d7201066cd793f243.tar.gz |
build system cleanups
- load(qt_module) => load(qt_build_config)
- remove:
- CONFIG+=module (obsolete)
- code relating to module version headers (automated now)
- %mastercontent assignment (automated now)
- pointless QPRO_PWD assignments
- qmake -project boilerplate
Change-Id: I7b2cd36920a2b56bf745965a8a682d85af3ed48e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile index 111ce7d..05b86d2 100644 --- a/sync.profile +++ b/sync.profile @@ -7,10 +7,6 @@ @allmoduleheadersprivate = ( "QtV8" ); -%classnames = ( - "qtv8version.h" => "QtV8Version", -); -%mastercontent = (); # Module dependencies. # Every module that is required to build this module should have one entry. |