Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Recompiled shared libraries of qwt and qscintiall WITHOUT dependencies on runtime QT libraries
QtWS25 Last Chance

Recompiled shared libraries of qwt and qscintiall WITHOUT dependencies on runtime QT libraries

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 1.1k Views
  • 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.
  • Q Offline
    Q Offline
    Qt Enthusiast
    wrote on last edited by
    #1

    I have project in which I have to recompile the qwt and qscintiall libraries without dependencies on on runtime of QT . Could you let me know how to do that

    K 1 Reply Last reply
    0
    • Q Qt Enthusiast

      I have project in which I have to recompile the qwt and qscintiall libraries without dependencies on on runtime of QT . Could you let me know how to do that

      K Offline
      K Offline
      koahnig
      wrote on last edited by koahnig
      #2

      @Qt-Enthusiast

      What do you mean with that?

      QWT is based on Qt. Therefore, you will always have dependencies. Guess the same for QScintilla.

      For QWT you would have to rewrite all Qt routines in order to be independent.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        Qt Enthusiast
        wrote on last edited by
        #3

        is it possible to link Qt static libraries like QtCore.a and QtGui.a to qwt.so also with qscintilla.so

        K 1 Reply Last reply
        0
        • Q Qt Enthusiast

          is it possible to link Qt static libraries like QtCore.a and QtGui.a to qwt.so also with qscintilla.so

          K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          @Qt-Enthusiast

          That is more a technical compiler/linker issue than directly a Qt questions.
          Goggle provides this As far as I have read it seems possible, but I consider it as odd. Typically somebody would like to do all as static linkage. However, if you create dynamic libs for qwt and qscintilla anyway, the usual way gives you basically only some more dynamic libs.

          One thing you might have to check are the consequences on the license issues.

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          0
          • Q Offline
            Q Offline
            Qt Enthusiast
            wrote on last edited by
            #5

            is it possible to link libQtCore.a and linQtGui.a when recompiling shared libraries libqwt.so and libqscintilla.so

            kshegunovK 1 Reply Last reply
            0
            • Q Qt Enthusiast

              is it possible to link libQtCore.a and linQtGui.a when recompiling shared libraries libqwt.so and libqscintilla.so

              kshegunovK Offline
              kshegunovK Offline
              kshegunov
              Moderators
              wrote on last edited by
              #6

              @Qt-Enthusiast
              It's possible in theory, but don't even try it; you'll be entering a world of hurt. It's going to be a complete and utter mess and I certainly won't be the one to give you enough rope to hang yourself.

              Read and abide by the Qt Code of Conduct

              1 Reply Last reply
              1

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved