Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    Error: C1083: Cannot open include file: 'QChartGlobal': No such file or directory

    Independent Developers
    3
    6
    4066
    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.
    • N
      nadiya last edited by

      Hi all...I am very much new to QT.....I am trying to make simple graph.....but every time I am getting error " 'QChartGlobal': No such file or directory" and for another prog getting "error: C1083: Cannot open include file: 'QBarSeries': No such file or directory".....I know these are very silly errors as I have not that much idea please help me....Thanks in advance

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        Do you have something similar to that line

        @CONFIG += qtcommercialchart@

        in your pro file ?

        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 Reply Quote 0
        • sierdzio
          sierdzio Moderators last edited by

          There are no such classes in Qt, so the errors are correct ;-) These classes come from Qt Commercial Charts. Are you using the commercial Qt?

          (Z(:^

          1 Reply Last reply Reply Quote 0
          • N
            nadiya last edited by

            Hi SGaist.... thanks for ur reply...i have already added
            CONFIG += qtcommercialchart
            in my .pro file still it is not working :(

            1 Reply Last reply Reply Quote 0
            • N
              nadiya last edited by

              Hi sierdzio......yes i m using commercial QT..but i dont have any idea why these errors are coming....please help

              1 Reply Last reply Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                Are you sure you have that module installed ?

                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 Reply Quote 0
                • First post
                  Last post