Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. From qw5t to qwt6: qtconcurrentrun.h not found
Qt 6.11 is out! See what's new in the release blog

From qw5t to qwt6: qtconcurrentrun.h not found

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 497 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.
  • R Offline
    R Offline
    rock37
    wrote on last edited by
    #1

    i'm on porting qwt5 to qwt6 and i get the error message: qwt_double_rect.h not found, can someone give me a hint what i should do here please ?

    Pl45m4P C 2 Replies Last reply
    0
    • R rock37

      i'm on porting qwt5 to qwt6 and i get the error message: qwt_double_rect.h not found, can someone give me a hint what i should do here please ?

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by
      #2

      @rock37

      From qwt_double_rect.h:

      /*!
         \typedef QRectF QwtDoubleRect
         \brief This is a typedef, see Trolltech Documentation for QRectF
                in QT assistant 4.x. As soon as Qt3 compatibility is dropped
               this typedef will disappear.
      */
      typedef QRectF QwtDoubleRect;
      

      I think this is what happened.


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      1 Reply Last reply
      0
      • R rock37

        i'm on porting qwt5 to qwt6 and i get the error message: qwt_double_rect.h not found, can someone give me a hint what i should do here please ?

        C Offline
        C Offline
        ChrisW67
        wrote on last edited by ChrisW67
        #3

        Further to @Pl45m4's observation, look at the prototypes of the functions you used to pass QwtDoubleRect objects to and you probably see that they now take QRectF

        @rock37 , what is the connection between the title of this thread and the content of this thread?

        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