Giter Site home page Giter Site logo

Comments (2)

cibomahto avatar cibomahto commented on July 3, 2024

Hi! PatternPaint was written against Qt 5.1.1, after they pulled QtSerialPort in as an official library:
http://qt-project.org/wiki/New-Features-in-Qt-5.1

The most direct route to running it in linux is to grab a modern version of Qt and build it from there:
http://qt.digia.com/product/Qt-Framework/IDE--Tools/

That's obviously not desirable from a compatibility standpoint, though. It would be excellent if it could work against an older version. For the serial port, I think all it needs is a pre-compiler check that determines the Qt version, and shifts the serial library references over to the external lib if the Qt version is below 5.1. I'm actually not sure if there are other issues running it against Qt 4- it might be a totally different animal in terms of API support. If you get anywhere with it, please let me know how it goes!

from patternpaint.

cibomahto avatar cibomahto commented on July 3, 2024

Fixed a couple of small issues in 7429db0. It seems to be building fine for m e in Ubuntu 14.4, using the qtcreator 3.0.1-0ubuntu4 package:
http://packages.ubuntu.com/source/trusty/qtcreator

If there are any other bugs please report them as new issues and we'll try to get them solved.

from patternpaint.

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.