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. qt creator 6.7 doesn't find qscintilla automatically
Forum Updated to NodeBB v4.3 + New Features

qt creator 6.7 doesn't find qscintilla automatically

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 229 Views 1 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.
  • N Offline
    N Offline
    ntos
    wrote on last edited by
    #1

    Hi,

    I installed qt creator 6.7 using the online installer, but it doesn't automatically find the includes and libs for qscintilla2. I had to add them in the .pro files. However, if I install qt creator 6.4 from Ubuntu's repository all I need to do is add: CONFIG += qscintilla2 and that's it. Why are they different?
    Thank you.
    P.S I like the ubuntu respository version but it doesn't have the docs for the functions so you select a function or class and hit F1, nothing will show. Too bad.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Qt Creator is currently at version 13 (14 on the way) so you are likely talking about Qt itself.
      In the first case, you are likely using the one from your distribution and I would guess that it is also the case for qscintilla hence the integration. qscintilla is an external package so you need a bit more work to integrate it.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • N Offline
        N Offline
        ntos
        wrote on last edited by
        #3

        Thank you. Just found out that you must compile scintilla from source to use with Qt that is installed using the online installer.

        1 Reply Last reply
        0
        • N ntos has marked this topic as solved on

        • Login

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