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 w/o Creator
Qt 6.11 is out! See what's new in the release blog

Qt w/o Creator

Scheduled Pinned Locked Moved General and Desktop
7 Posts 5 Posters 1.9k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I would like to use the Qt toolkit library, without the RAD, in my VSExpress2013, is this possible? is there a tutorial about it?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goblincoding
      wrote on last edited by
      #2

      Yes, definitely, you'll just have to link to the Qt libraries and #include the necessary headers wherever you need them (I'm sure you'll find a tutorial somewhere if you don't know how to link libs in C++).

      PS. I'm curious, but what does RAD stand for? :)

      http://www.goblincoding.com

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Rapid Application Development, which is the Qt Creator application in the case of Qt.
        I wonder, is there a tutorial somewhere that you might know of?

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goblincoding
          wrote on last edited by
          #4

          No, sorry mate, you'll have to search around a bit.

          Ah, I think you have your terms mixed up, Qt Creator is an IDE, RAD is a development process (which is why I struggled to make sense of the abbreviation in your initial post :) )

          http://www.goblincoding.com

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on last edited by
            #5

            There are plugins for VS, but nor for VS Express I think. Still, qmake can generate VS solutions as well. Note that you can also use the VS compiler from within Creator, if that is what you are after.

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

              To add to Andre, the plugins are for VS in general, however the Express Edition is offered with the that feature disabled so it can't be used (VS-Addin or any other plugin for that matter).

              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
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #7

                [quote author="ArbolOne" date="1413515605"]I would like to use the Qt toolkit library, without the RAD, in my VSExpress2013, is this possible?[/quote]

                Yes, of course. We don't use QtCreator at all, just express edition of VisualStudio(2005 to 2013) and of course XCode(3.5 to 6). You can use Qt libraries/framework exactly the same way you use any other library. Of course for moc, uic, rcc you need to create custom build tools on both VC and XCode. Check documentation for moc/uic/rcc for calling them from command line
                For example:
                "moc command line":http://qt-project.org/doc/qt-4.8/moc.html#command-line-options

                For creating custom build tools there are a lot of tutorials on the web ...

                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