summaryrefslogtreecommitdiff
path: root/quackleio/quackleio.pro
AgeCommit message (Collapse)Author
2019-01-14Fix icon for Xcode >=9 macOS build.John Fultz
Xcode now wants an asset catalog thing with proper .png files rather than a .icns thing. Bits shuffled accordingly. Also, higher res icon. Slightly different design. Only on Mac for now. Also, move minimum macOS to 10.9. Also fix 1.0.4 update versioning oversight.
2017-08-10Add OS X builds to Travis-CI.John Fultz
Also, add a bit of parallelization, do a few other cleanups on the yml and .pro files. And push C++14 flags everywhere into the build system.
2017-08-02More Qt5 changes and cleanups.John Fultz
Now builds on Qt 5.9.1, and works on Mac, Windows, Linux.
2016-01-12Port Quackle to Qt 5.5Gökçen Eraslan
2015-11-07Try to fix automated builds.John Fultz
2015-11-06Some Windows build updates.John Fultz
2015-10-19Fix travis builds.John Fultz
* Start using g++ 4.8 and clang. * Fix missing -std=c++11 flags. * Builds which failed torched remaining builds, which meant more iteration. Now, they recover and continue correctly. * Remove some clang compiler warnings generated by Qt files out of my control.
2015-10-14Windows build fixes.John Fultz
2015-07-21Visual Studio build maintenance.John Fultz
* Fix compiler warnings * Add Visual Studio 2013 solution * Tweak .pro files * Most importantly, rename main 'quackle' project to 'libquackle' to avoid solution-level name conflict. This only affects the VS build.
2014-08-25Disable Linux warnings without producing Mac warnings.John Fultz
2014-08-24Kill some Linux compiler warnings.John Fultz
2014-08-12Make qmake play well with Mac buildsJohn Fultz
Includes .plist and .icns files automatically now.
2013-10-25Reorder -lquackleio before -lquackle due to dependenciesMatt Liberty
2013-10-06Further .pro cleanup: put libs under release/debug and use wildcardsMatt Liberty
2013-09-27Add -fpermissive for OSX Mountain Lion build errorMatt Liberty
2013-08-25Initial git commit.Jason Katz-Brown