Coder Social home page Coder Social logo

Comments (6)

jkriege2 avatar jkriege2 commented on August 25, 2024

Hi!

which build-environment do you use? (Qt-Version, Compiler, OS, QMake/CMake)? ... Since I didn't see that problem until now ... I teste with up to Qt 5.15.

Note that Qt6 is not (yet?) supported!

Best,
JAN

from jkqtplotter.

jkriege2 avatar jkriege2 commented on August 25, 2024

I poked around a bit on the internet:

So could you let me know some more details about your build system?

from jkqtplotter.

schlenger avatar schlenger commented on August 25, 2024

Hi,

@jkriege2 thanks you for your answer. I tried the official Qt recommendation before I opened this ticket, but, it didn't worked out for me.

I'm currently building on Windows with the default Qt installation, version notes:

Qt Creator 4.13.0
Based on Qt 5.15.0 (MSVC 2019, 64 bit)

Built on Aug 25 2020 10:06:59

on

Windows 10 Pro
Version	10.0.18362 Build 18362

If this only affects me, you can also close the issue. I thought maybe someone else is experiencing the same issues.

Side note: Thank you for your awesome work, the plotter with all the examples is a really neat piece of work!

from jkqtplotter.

jkriege2 avatar jkriege2 commented on August 25, 2024

Hi!

could you try and add these two lines to lib\jkqtplotter\CMakeLists.txt

get_target_property(printsupp_inc Qt5::PrintSupport INTERFACE_INCLUDE_DIRECTORIES)
message("Qt5::PrintSupport::INTERFACE_INCLUDE_DIRECTORIES = ${printsupp_inc}")

... and check the output? I did a quick test with Qt 5.14, MSVC2017-64bit ... and for me it reads

Qt5::PrintSupport::INTERFACE_INCLUDE_DIRECTORIES = C:/development/Qt/5.13.2/msvc2017_64/include/;C:/development/Qt/5.13.2/msvc2017_64/include/QtPrintSupport

which should allow for writing #include

... or do you use QMake for building?

from jkqtplotter.

jkriege2 avatar jkriege2 commented on August 25, 2024

Hmmm ... I also checked with Qt 5.15.0/MSVC2019 ... and for me it works. Could you try my suggestion from above?

from jkqtplotter.

jkriege2 avatar jkriege2 commented on August 25, 2024

should be fixed via cc6a87c

from jkqtplotter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.