How to compile qt code with g++?
-
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 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 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 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