Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    How to compile qt code with g++?

    Installation and Deployment
    2
    5
    4060
    Loading More Posts
    • 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
      sireagle last edited by

      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 Reply Quote 0
      • L
        leon.anavi last edited by

        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 Reply Quote 0
        • S
          sireagle last edited by

          [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 Reply Quote 0
          • L
            leon.anavi last edited by

            [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 Reply Quote 0
            • S
              sireagle last edited by

              [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 Reply Quote 0
              • First post
                Last post