Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 686793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:03:38+00:00 2026-05-14T02:03:38+00:00

This what I did but it results in errors: 1: In win32-msvc2008\qmake.conf I set

  • 0

This what I did but it results in errors:

1: In win32-msvc2008\qmake.conf I set QMAKE_CFLAGS_RELEASE = -O1 -Og -GL -MD

2: From MSVC2008 CMD I run vcvarsall.bat x86 and vcvars32.bat "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin

3: From Qt 4.6.2 CMD I run the following

C:\Qt\4.6.2>configure -release
-nomake examples -nomake demos -no-exceptions -n o-stl -no-rtti -no-qt3support -no-scripttools -no-openssl -no-opengl -no-webkit
-no-phonon -no-style-motif -no-style-cde -no-style-cleanlooks -no-style-plastique
-no-sql-sqlite -platform win32-msvc2008 -static -qt-libjpeg
-qt-zlib -qt-libpng

and then nmake

However, I ended up every time with these errors:

    link /LIBPATH:"c:\Qt\4.6.2\lib"

/LIBPATH:”c:\Qt\4.6.2\lib” /NOLOGO
/INCR EMENTAL:NO /MANIFEST
/MANIFESTFILE:”tmp\obj\release_static\assistant_adp.interme
diate.manifest” /SUBSYSTEM:WINDOWS
“/MANIFESTDEPENDENCY:type=’win32′
name=’Micro
soft.Windows.Common-Controls’
version=’6.0.0.0′
publicKeyToken=’6595b64144ccf1df ‘
language=’‘
processorArchitecture=’
‘”
/OUT:……\bin\assistant_adp.exe @C
:\DOCUME~1\Geeko\LOCALS~1\Temp\nm3F8.tmp
fontpanel.obj : MSIL .netmodule or
module compiled with /GL found;
restarting li nk with /LTCG; add /LTCG
to the link command line to improve
linker performance main.obj : error
LNK2001: unresolved external symbol
“class QObject * __cdecl qt
_plugin_instance_qjpeg(void)” (?qt_plugin_instance_qjpeg@@YAPAVQObject@@XZ)
……\bin\assistant_adp.exe : fatal
error LNK1120: 1 unresolved externals

NMAKE : fatal error U1077:
‘”C:\Program Files\Microsoft Visual
Studio 9.0\VC\BIN \link.EXE”‘ : return
code ‘0x460’ Stop.

NMAKE : fatal error U1077: ‘”C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \nmake.exe”‘ : return code ‘0x2’ Stop.

NMAKE : fatal error U1077: ‘cd’ : return code ‘0x2’ Stop.

NMAKE : fatal error U1077: ‘cd’ : return code ‘0x2’ Stop.

NMAKE : fatal error U1077: ‘cd’ : return code ‘0x2’ Stop.

Thank you in deed.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T02:03:38+00:00Added an answer on May 14, 2026 at 2:03 am

    I tried to do it with MS VS 2008 and it worked.

    C:\Qt\4.6.2>configure -release -static -opensource -no-fast -no-exceptions -no-accessibility -no-rtti -no-stl -no-opengl -no-openvg -no-incredibuild-xge -no-style-plastique -no-style-cleanlooks -no-style-motif -no-style-cde -no-style-windowsce -no-style-windowsmobile -no-style-s60 -no-gif -no-libpng -no-libtiff -no-libjpeg -no-libmng -no-qt3support -no-mmx -no-3dnow -no-sse -no-sse2 -no-iwmmxt -no-openssl -no-dbus -platform win32-msvc2008 -arch windows -no-phonon -no-phonon-backend -no-multimedia -no-audio-backend -no-script -no-scripttools -webkit -no-declarative
    

    However, I get these errors when building a project that links statically to QWebKit:

    1>Creating library C:\Users\Geeko\Desktop\Qt\TestQ\Release\TestQ.lib and object C:\Users\Geeko\Desktop\Qt\TestQ\Release\TestQ.exp
    
    1>QtWebKit.lib(PluginPackageWin.obj) : error LNK2019: unresolved external symbol _VerQueryValueW@16 referenced in function "class WebCore::String __cdecl WebCore::getVersionInfo(void * const,class WebCore::String const &)" (?getVersionInfo@WebCore@@YA?AVString@1@QAXABV21@@Z)
    
    1>QtWebKit.lib(PluginPackageWin.obj) : error LNK2019: unresolved external symbol _GetFileVersionInfoW@16 referenced in function "private: bool __thiscall WebCore::PluginPackage::fetchInfo(void)" (?fetchInfo@PluginPackage@WebCore@@AAE_NXZ)
    
    1>QtWebKit.lib(PluginPackageWin.obj) : error LNK2019: unresolved external symbol _GetFileVersionInfoSizeW@8 referenced in function "private: bool __thiscall WebCore::PluginPackage::fetchInfo(void)" (?fetchInfo@PluginPackage@WebCore@@AAE_NXZ)
    
    1>QtWebKit.lib(PluginDatabaseWin.obj) : error LNK2019: unresolved external symbol __imp__PathRemoveFileSpecW@4 referenced in function "class WebCore::String __cdecl WebCore::safariPluginsDirectory(void)" (?safariPluginsDirectory@WebCore@@YA?AVString@1@XZ)
    
    1>QtWebKit.lib(PluginDatabaseWin.obj) : error LNK2019: unresolved external symbol __imp__SHGetValueW@24 referenced in function "void __cdecl WebCore::addWindowsMediaPlayerPluginDirectory(class WTF::Vector<class WebCore::String,0> &)" (?addWindowsMediaPlayerPluginDirectory@WebCore@@YAXAAV?$Vector@VString@WebCore@@$0A@@WTF@@@Z)
    
    1>QtWebKit.lib(PluginDatabaseWin.obj) : error LNK2019: unresolved external symbol __imp__PathCombineW@12 referenced in function "void __cdecl WebCore::addMacromediaPluginDirectories(class WTF::Vector<class WebCore::String,0> &)" (?addMacromediaPluginDirectories@WebCore@@YAXAAV?$Vector@VString@WebCore@@$0A@@WTF@@@Z)
    
    1>C:\Users\Geeko\Desktop\Qt\TestQ\Release\TestQ.exe : fatal error LNK1120: 6 unresolved externals
    

    Do I need to check something in the Qt project options ?
    I have QtCore, QtGui, Network and WebKit checked.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I did this but it didn't work. Can anyone help me? Thanks. $('.current_element').mouseover(function() {
Does file_get_contents maintain line breaks? I thought it did but I have tried this:
I did this in Perl, but how do you the same in python? Example:
I have asked this question before but did not get the satisfied answer as
I'm pretty sure I did this right, but my query has been running for
I found some threads saying this was doable, but did not find specific instructions
Hello I asked this question to superuser but I did not get a good
I know this is a recurrent/classical topic but I did not found anything that
i find a lot of questions about this problem but i did not solve...
I needed to move some src/test/java to src/main/java according to this recommandation from maven-jar-plugin

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.