Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Hungarian
  4. Raspberry Pi qt
QtWS25 Last Chance

Raspberry Pi qt

Scheduled Pinned Locked Moved Hungarian
3 Posts 1 Posters 3.8k 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.
  • M Offline
    M Offline
    makgab
    wrote on last edited by
    #1

    Ü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
    0
    • M Offline
      M Offline
      makgab
      wrote on last edited by
      #2

      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
      0
      • M Offline
        M Offline
        makgab
        wrote on last edited by
        #3

        [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
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved