diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-13 21:52:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-13 21:52:14 +0200 |
commit | 91f45e1948c2bfdd9083a0fd22c6ed6d49e7fed0 (patch) | |
tree | cae5f21d55adf9c48d4f6eeac248f0a5a6f19307 /qt/qt5-vc9.vcproj | |
parent | aaf4c660e0882566a2855a634c39ffe6f8816ece (diff) |
Handle --database option directly in automake and VC++ projects
Diffstat (limited to 'qt/qt5-vc9.vcproj')
-rw-r--r-- | qt/qt5-vc9.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qt5-vc9.vcproj b/qt/qt5-vc9.vcproj index 7882fe6..cbfba14 100644 --- a/qt/qt5-vc9.vcproj +++ b/qt/qt5-vc9.vcproj @@ -344,7 +344,7 @@ __source_entries__(extra_sources) __file_entry_custom_build__( __path__(odb_header_stem).hxx, odb __path__(odb_header_stem).hxx, -odb.exe __xml__(__shell_quotes__(m4_patsubst(__value__(odb_options), @database@, __value__(database)))) __path__(odb_header_stem).hxx, +odb.exe --database __value__(database) __xml__(__shell_quotes__(__value__(odb_options))) __path__(odb_header_stem).hxx, __path__(odb_header_stem)-odb.hxx;__path__(odb_header_stem)-odb.ixx;__path__(odb_header_stem)-odb.cxx) __file_entry__(__path__(odb_header_stem)-odb.hxx) __file_entry__(__path__(odb_header_stem)-odb.ixx) |