Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [help]how to build wwWidgets for arm linux?
Forum Updated to NodeBB v4.3 + New Features

[help]how to build wwWidgets for arm linux?

Scheduled Pinned Locked Moved Mobile and Embedded
8 Posts 3 Posters 2.4k Views 1 Watching
  • 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.
  • L Offline
    L Offline
    linhdong24
    wrote on last edited by
    #1

    hi everybody,I download wwWidgets source from http://www.wysota.eu.org/wwwidgets/.
    I build in linux desktop ,it work fine but when i try to build it for my ARM board- > compile error says it can’t find QtDesigner....
    don't have QtDesigner include and lib in qt embedded arm. how to build wwWidgets for arm linux? help me..!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You can try to disable the designer plugin build part when building for ARM

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • L Offline
        L Offline
        linhdong24
        wrote on last edited by
        #3

        I tried disable it but it still error same..!

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          How did you disable it ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • H Offline
            H Offline
            houmingc
            wrote on last edited by
            #5

            I came upon the link below and I need to extend widgets in QtCreator but i build failed.
            http://www.wysota.eu.org/wwwidgets/

            I download wwWidgets 1.0 source code (qt5 compatible).
            run qmake
            /opt/qt/bin/qmake -spec /opt/qt/mkspecs/linux-armf600-g++ -unix -o Makefile wwwidgets.pro
            and when i make, there is range of error.
            Help needed

            ///////////////////////////////////////////////////////////////////////////////////
            qwwbuttonlineedit/qwwbuttonlineedit.cpp: In member function ‘virtual void QwwButtonLineEdit::paintEvent(QPaintEvent*)’:
            qwwbuttonlineedit/qwwbuttonlineedit.cpp:439:19: error: variable ‘QPainter p’ has initializer but incomplete type
            qwwbuttonlineedit/qwwbuttonlineedit.cpp:441:9: error: ‘QStyleOptionFrameV2’ was not declared in this scope
            qwwbuttonlineedit/qwwbuttonlineedit.cpp:441:29: error: expected ‘;’ before ‘panel’
            qwwbuttonlineedit/qwwbuttonlineedit.cpp:442:26: error: ‘panel’ was not declared in this scope
            qwwbuttonlineedit/qwwbuttonlineedit.cpp:443:26: error: invalid use of incomplete type ‘struct QStyle’
            /opt/f600/usr/include/qt4/QtGui/qwidget.h:71:7: error: forward declaration of ‘struct QStyle’
            qwwbuttonlineedit/qwwbuttonlineedit.cpp:443:43: error: incomplete type ‘QStyle’ used in nested name specifier
            qwwbuttonlineedit/qwwbuttonlineedit.cpp:455:28: error: incomplete type ‘QStyle’ used in nested name specifier
            qwwbuttonlineedit/qwwbuttonlineedit.cpp:477:14: error: variable ‘QPen oldpen’ has initializer but incomplete type

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Are you trying to build the plugin for ARM to use with the x86 Qt Creator ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • H Offline
                H Offline
                houmingc
                wrote on last edited by
                #7

                trying to build plugin for ARM

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  And you want to use that plugin with your Desktop x86 Qt Creator ?

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  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