Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to compile qt code with g++?
QtWS25 Last Chance

How to compile qt code with g++?

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 2 Posters 4.4k Views
  • 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
    sireagle
    wrote on last edited by
    #1

    hi
    i have a program to play music and i use gstreamer to play music.now i want to crate gui with QT
    my compiler is g++
    i want to know how i can link qt code to my project and compile all of them

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      If you are new to Qt I would recommend you to create a new Qt project at Qt Creator and to import your existing source. Pro file will be automatically created and managed by Qt Creator.

      http://anavi.org/

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

        [quote author="leon.anavi" date="1341425391"]If you are new to Qt I would recommend you to create a new Qt project at Qt Creator and to import your existing source. Pro file will be automatically created and managed by Qt Creator. [/quote]

        can QT compile gstreamer codes?they have uniq header and ....

        1 Reply Last reply
        0
        • L Offline
          L Offline
          leon.anavi
          wrote on last edited by
          #4

          [quote author="sireagle" date="1341427464"]
          [quote author="leon.anavi" date="1341425391"]If you are new to Qt I would recommend you to create a new Qt project at Qt Creator and to import your existing source. Pro file will be automatically created and managed by Qt Creator. [/quote]

          can QT compile gstreamer codes?they have uniq header and ....[/quote]

          Qt support many compilers, including the GCC C++ compiler.

          Check "this tutorial how to use gstreamer with Qt":http://www.developer.nokia.com/Community/Wiki/How_to_use_gstreamer_with_Qt as well as the "other topics about gstreamer at the Qt Developer Network":http://qt-project.org/search/tag/gstreamer.

          http://anavi.org/

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

            [quote author="leon.anavi" date="1341428019"][quote author="sireagle" date="1341427464"]
            [quote author="leon.anavi" date="1341425391"]If you are new to Qt I would recommend you to create a new Qt project at Qt Creator and to import your existing source. Pro file will be automatically created and managed by Qt Creator. [/quote]

            can QT compile gstreamer codes?they have uniq header and ....[/quote]

            Qt support many compilers, including the GCC C++ compiler.

            Check "this tutorial how to use gstreamer with Qt":http://www.developer.nokia.com/Community/Wiki/How_to_use_gstreamer_with_Qt as well as the "other topics about gstreamer at the Qt Developer Network":http://qt-project.org/search/tag/gstreamer.[/quote]

            thanks man

            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