diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-12-10 06:04:25 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-12-10 06:04:25 (GMT) |
commit | 4768a1ee67945e09d7f94cf881eb9c4a56e9c969 (patch) | |
tree | 938783a50f745c16156a15a0323c344b38ef90f9 /tools | |
parent | a02104fec44e2ea1953f73881d4d6c6cf12974e4 (diff) | |
parent | 94d45cc06dabb8b1f8fc98e9f9b3dfaf49d0c4d7 (diff) | |
download | Qt-4768a1ee67945e09d7f94cf881eb9c4a56e9c969.zip Qt-4768a1ee67945e09d7f94cf881eb9c4a56e9c969.tar.gz Qt-4768a1ee67945e09d7f94cf881eb9c4a56e9c969.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui
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 |