Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Configure.exe parameter question for -webkit

    General and Desktop
    2
    3
    2537
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      maybnxtseasn last edited by

      when i specify configure.exe like the following

      configure.exe -static -platform win32-msvc2010 -webkit

      What does it actually do when i specify -webkit? does it make the
      1.) DLL and the import library and header file?
      2.) header file + object library
      3.) both?

      1 Reply Last reply Reply Quote 0
      • A
        AcerExtensa last edited by

        Have never tried to compile webkit statically(would it work with VS?). Anyway, it should create qtmain4.lib QtCore4.lib QtGui4.lib(and all over libs enabled by default) + QtWebKit4.lib... Headers will be installed always! So, the answer should be number 2.

        God is Real unless explicitly declared as Integer.

        1 Reply Last reply Reply Quote 0
        • M
          maybnxtseasn last edited by

          ok im still having a little trouble here! pretty much what im wanting to do is to be able to have the QT DLL's( qt core, qt gui... ) be compiled statically with my application so i don't have to redistribute them upon release. The problem is everything works according to plan during the compilation except for some reason when i specify

          configure -static -platform win32-msvc2010

          it doesnt give my qt\lib folder Qtwebkitd.lib and QtWebkit.lib and so when i begin to compile my statically linked qt application, which is using QWebView the compiler spits the the following error

          LINK : fatal error LNK1104: cannot open file 'QtWebKitd.lib'

          Which it is right...i dont have this file in my qt lib file. Does anyone have any idea what im doing wrong?

          1 Reply Last reply Reply Quote 0
          • First post
            Last post