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. [Solved] QRegExpValidator: No such file or directory
Forum Updated to NodeBB v4.3 + New Features

[Solved] QRegExpValidator: No such file or directory

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 5.5k 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
    luca
    wrote on last edited by
    #1

    Hi all,
    I'm developing an application using Qt 4.7.1 compiled by myself in Linux.
    Now I need to:
    @
    #include <QRegExpValidator>
    @
    but I get the error in the title of post:
    @
    QRegExpValidator: No such file or directory
    @

    What do you think is the problem?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      Do you have the GUI module included as part of your project?
      Could you try this in your .pro file?
      @
      QT += gui
      @

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

        Yes... :-D
        Thanks and sorry for the stupid question.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

          [quote author="Luca" date="1300098471"]Yes... :-D
          Thanks and sorry for the stupid question.[/quote]
          I take this to mean that your problem is solved?

          1 Reply Last reply
          0
          • L Offline
            L Offline
            luca
            wrote on last edited by
            #5

            Yes, It solved the problem.

            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