diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-12 16:53:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-12 16:53:07 +0200 |
commit | 90ec73d94247b1a03716d9ae1d955c821884cbe8 (patch) | |
tree | 8dd6490d26ac332ae33ba5df95fd256a8b2fdc26 /qt/qt5-vc9.vcproj | |
parent | 027ff2052c6a97ec2833d4fab8999881d0ecec56 (diff) |
Fix incorrect Qt5 library name2.2.0
Diffstat (limited to 'qt/qt5-vc9.vcproj')
-rw-r--r-- | qt/qt5-vc9.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt/qt5-vc9.vcproj b/qt/qt5-vc9.vcproj index d970697..7882fe6 100644 --- a/qt/qt5-vc9.vcproj +++ b/qt/qt5-vc9.vcproj @@ -64,7 +64,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odb-__value__(database)-d.lib odb-qt-d.lib odb-d.lib QtCored5.lib" + AdditionalDependencies="odb-__value__(database)-d.lib odb-qt-d.lib odb-d.lib Qt5Cored.lib" OutputFile="$(OutDir)\driver.exe" LinkIncremental="2" GenerateDebugInformation="true" @@ -139,7 +139,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odb-__value__(database).lib odb-qt.lib odb.lib QtCore5.lib" + AdditionalDependencies="odb-__value__(database).lib odb-qt.lib odb.lib Qt5Core.lib" OutputFile="$(OutDir)\driver.exe" LinkIncremental="1" GenerateDebugInformation="true" @@ -216,7 +216,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odb-__value__(database)-d.lib odb-qt-d.lib odb-d.lib QtCored5.lib" + AdditionalDependencies="odb-__value__(database)-d.lib odb-qt-d.lib odb-d.lib Qt5Cored.lib" OutputFile="$(OutDir)\driver.exe" LinkIncremental="2" GenerateDebugInformation="true" @@ -292,7 +292,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odb-__value__(database).lib odb-qt.lib odb.lib QtCore5.lib" + AdditionalDependencies="odb-__value__(database).lib odb-qt.lib odb.lib Qt5Core.lib" OutputFile="$(OutDir)\driver.exe" LinkIncremental="1" GenerateDebugInformation="true" |