Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    Raspberry Pi qt

    Hungarian
    1
    3
    3219
    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.
    • M
      makgab last edited by

      Üdv!

      Raspberry Pi-re próbálok - egyelőre teszt jelleggel - egy HelloWorld alkalmazást készíteni (Qemu-ban).
      De az QT Creator azt írja, hogy nincs valid QT.
      Ezt a Raspbian-ban külön kell fordítani? Mert qt csomagot nem találok. :(

      --
      G.

      --
      G.

      1 Reply Last reply Reply Quote 0
      • M
        makgab last edited by

        Már működik a dolog Qemu-ban majdnem teljesen. :)

        apt-get install qtcreator

        Egy "sima "HelloWorld" app lefordul. :)
        "QT on Raspberry":http://qt-project.org/wiki/apt-get_Qt4_on_the_Raspberry_Pi

        Szerettem volna kipróbálni a qtv4lCapture app-ot. Fedora 20 x64 alatt le is fordul gond nélkül (fut is).
        RPi-n (Qemu) egyelőre nem:
        @# apt-get install g++ libswscale-dev libavcodec-dev libv4l-dev libavformat-dev@

        A QT-ben azt írja (Qemu/RPi-ben):
        @capturethread.o: undefined reference to symbol 'v4lconvert_try_format'
        error adding symbols: DSO missing from command line /usr/lib/arm-linux-gnueabihf/libv4lconvert.so.0
        collect2: ld returned 1 exit status@

        Itt (arm) valami lib kompatibilitási probléma lesz?

        --
        G.

        1 Reply Last reply Reply Quote 0
        • M
          makgab last edited by

          [quote author="makgab" date="1413055513"]
          ...
          A QT-ben azt írja (Qemu/RPi-ben):
          @capturethread.o: undefined reference to symbol 'v4lconvert_try_format'
          error adding symbols: DSO missing from command line /usr/lib/arm-linux-gnueabihf/libv4lconvert.so.0
          collect2: ld returned 1 exit status@

          Itt (arm) valami lib kompatibilitási probléma lesz?
          [/quote]

          A Makefile fájlba:
          LIBS = $(SUBLIBS) -L/usr/lib/arm-linux-gnueabihf -lv4l2 -lQtGui -lQtCore -lpthread -lv4lconvert

          --
          G.

          --
          G.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post