diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-12-03 09:24:20 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-12-03 09:24:20 (GMT) |
commit | 39609930e066f93197d518f33e320b58ae7f618b (patch) | |
tree | 606035f66ea359cb82192d4e853c2cea8c2e2e95 /tools | |
parent | 069d544f698ba020a329bdc45169ed08e8dd0357 (diff) | |
download | Qt-39609930e066f93197d518f33e320b58ae7f618b.zip Qt-39609930e066f93197d518f33e320b58ae7f618b.tar.gz Qt-39609930e066f93197d518f33e320b58ae7f618b.tar.bz2 |
Make lrelease link again with the win32-icc and win32-g++ mkspecs
Reviewed-by: Thierry
Diffstat (limited to 'tools')
-rw-r--r-- | tools/linguist/lrelease/lrelease.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/lrelease/lrelease.pro b/tools/linguist/lrelease/lrelease.pro index b13c03e..6beafa3 100644 --- a/tools/linguist/lrelease/lrelease.pro +++ b/tools/linguist/lrelease/lrelease.pro @@ -16,7 +16,7 @@ include(../../../src/tools/bootstrap/bootstrap.pri) include(../shared/formats.pri) include(../shared/proparser.pri) -win32-msvc*:LIBS += advapi32.lib # for qsettings_win.cpp +win32:LIBS += -ladvapi32 # for qsettings_win.cpp target.path=$$[QT_INSTALL_BINS] INSTALLS += target |