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
Forum Updated to NodeBB v4.3 + New Features

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 3 Watching
  • 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 5 Aug 2016, 09:08 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 5 Aug 2016, 09:14
    0
    • Q Qt Enthusiast
      5 Aug 2016, 09:08

      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 5 Aug 2016, 09:14 last edited by koahnig 8 May 2016, 14:41
      #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 5 Aug 2016, 13:58 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 5 Aug 2016, 14:54
        0
        • Q Qt Enthusiast
          5 Aug 2016, 13:58

          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 5 Aug 2016, 14:54 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 8 Aug 2016, 05:31 last edited by
            #5

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

            K 1 Reply Last reply 8 Aug 2016, 05:42
            0
            • Q Qt Enthusiast
              8 Aug 2016, 05:31

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

              K Offline
              K Offline
              kshegunov
              Moderators
              wrote on 8 Aug 2016, 05:42 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

              4/6

              5 Aug 2016, 14:54

              • Login

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