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. [SOLVED] Compiling with qmake
Qt 6.11 is out! See what's new in the release blog

[SOLVED] Compiling with qmake

Scheduled Pinned Locked Moved General and Desktop
6 Posts 2 Posters 2.6k 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.
  • S Offline
    S Offline
    soroush
    wrote on last edited by
    #1

    Hello

    I'm developing a small tool something like IDE to learn more about Qt. I have problems on windows... I've been using QSource-Highlight for syntax highlighting, that is a Qt frontend for GNU source-highlight, so I installed "GNU Source-highlight 3.1.4":http://www.gnu.org/software/src-highlite/source-highlight.html. everything is ok on linux. the program works and it looks good :-) But I have problems with windows. I need to compile and link source-highlight on windows machine, and I don't have a linux shell installed.

    "Here":http://www.gnu.org/software/src-highlite/source-highlight.html#Building-with-qmake is some description about compiling that library with qmake on windows. But there is no .pro file in source directory and I don't know what to do with qmake and GNU source-highlight... reading "qmake manual ":http://doc.qt.nokia.com/latest/qmake-manual.html doesn't help.

    EDIT: I'm using MinGW

    1 Reply Last reply
    0
    • L Offline
      L Offline
      loladiro
      wrote on last edited by
      #2

      Are you using MinGW or MSVC?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        soroush
        wrote on last edited by
        #3

        I'm using 64-bit MinGW (installed with Qt SDK.)

        1 Reply Last reply
        0
        • L Offline
          L Offline
          loladiro
          wrote on last edited by
          #4

          Make sure you have source-highlight version 3.1.4 (download from "here":ftp://ftp.gnu.org/gnu/src-highlite/). It has the necessary .pro file.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            soroush
            wrote on last edited by
            #5

            Ooops ! I downloaded version 3.1 (not 3.1.4) because that was last item in the list !

            Thank you!

            1 Reply Last reply
            0
            • L Offline
              L Offline
              loladiro
              wrote on last edited by
              #6

              You're welcome. I actually did the same thing when I tried to figure it out for you ;)

              And don't forget to edit your title to [Solved]

              1 Reply Last reply
              0

              • Login

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