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. How to use QTLUA on windows
Qt 6.11 is out! See what's new in the release blog

How to use QTLUA on windows

Scheduled Pinned Locked Moved General and Desktop
8 Posts 3 Posters 5.0k 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.
  • X Offline
    X Offline
    xavier007
    wrote on last edited by
    #1

    I want to use QTLUA on windows。How to build the environment

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      the project comes with a PRO file... so where is the problem?
      Maybe you can be more specific!

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • X Offline
        X Offline
        xavier007
        wrote on last edited by
        #3

        I want to use lua with QT. But I don't how to use it
        [quote author="raven-worx" date="1380532077"]the project comes with a PRO file... so where is the problem?
        Maybe you can be more specific![/quote]

        1 Reply Last reply
        0
        • raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          well this isn't anyhow more specific... i already assumed that you want to use a binding library for Qt with Qt ;)
          First thing is to build the library. Therefore you can find instructions via google.
          Basically since it comes with a PRO file, all you need to do is (if all dependent libraries are also available):
          @
          qmake
          //if you use msvc compiler (and msvc compiled Qt libraries)
          nmake
          //or if you use mingw (and mingw compiled libraries)
          mingw32-make
          @

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • X Offline
            X Offline
            xavier007
            wrote on last edited by
            #5

            I use msvc compiler .I get the qtlua code from http://www.nongnu.org/libqtlua/ BUT I don't how compiler it
            [quote author="raven-worx" date="1380550427"]well this isn't anyhow more specific... i already assumed that you want to use a binding library for Qt with Qt ;)
            First thing is to build the library. Therefore you can find instructions via google.
            Basically since it comes with a PRO file, all you need to do is (if all dependent libraries are also available):
            @
            qmake
            //if you use msvc compiler (and msvc compiled Qt libraries)
            nmake
            //or if you use mingw (and mingw compiled libraries)
            mingw32-make
            @[/quote]

            1 Reply Last reply
            0
            • raven-worxR Offline
              raven-worxR Offline
              raven-worx
              Moderators
              wrote on last edited by
              #6

              did you read a single line i wrote before?!
              If you can't do what i wrote before you are missing some serious basics in Qt programming and should read some tutorials first before you even use Qt and 3rd party library.

              --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
              If you have a question please use the forum so others can benefit from the solution in the future

              1 Reply Last reply
              0
              • X Offline
                X Offline
                xavier007
                wrote on last edited by
                #7

                thank you .
                [quote author="raven-worx" date="1380559181"]did you read a single line i wrote before?!
                If you can't do what i wrote before you are missing some serious basics in Qt programming and should read some tutorials first before you even use Qt and 3rd party library.[/quote]

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  MTCA
                  wrote on last edited by
                  #8

                  Xavier007, did you managed to build it? Even I am having some issues in doing so and if you have done it, please share the steps you have followed.

                  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