summaryrefslogtreecommitdiff
path: root/qt4/src/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-12-01Remove the Qt4 frontendAlbert Astals Cid1-54/+0
2017-11-03mingw: change library names to include the soversionSandro Mani1-0/+4
Bug #103157
2017-10-31cmake: support GNUInstallDirsEmilio Pozuelo Monfort1-1/+1
This allows users to set various install directories, e.g. libdir, includedir, mandir... Bug #103211
2017-09-03Remove the old if/else cmake syntaxAlbert Astals Cid1-1/+1
that was weird and forced you to replicate the if clause in the else and endif
2016-12-15Poppler 0.50poppler-0.50Albert Astals Cid1-1/+1
2016-07-25Poppler 0.46poppler-0.46Albert Astals Cid1-1/+1
2015-10-09Poppler 0.37poppler-0.37Albert Astals Cid1-1/+1
2015-09-10Poppler 0.36poppler-0.36Albert Astals Cid1-1/+1
2015-08-090.35.0poppler-0.35.0Albert Astals Cid1-1/+1
2015-02-050.31.0poppler-0.31.0Albert Astals Cid1-1/+1
And copyright updating
2014-11-040.28.0poppler-0.28.0Albert Astals Cid1-1/+1
2014-03-270.25.2poppler-0.25.2Albert Astals Cid1-1/+1
2013-06-18Make it build with autotoolsAlbert Astals Cid1-1/+1
2013-05-130.23.0poppler-0.23.0Albert Astals Cid1-1/+1
Includes news, soversions, updated copyrights, etc
2012-11-090.21.1poppler-0.21.1Albert Astals Cid1-1/+1
2012-09-21Increase sonamespoppler-0.21.0Albert Astals Cid1-1/+1
2012-04-120.19.3poppler-0.19.3Albert Astals Cid1-1/+1
2012-03-15Increase version and sonamesAlbert Astals Cid1-1/+1
2012-03-15Remove the QIODevice and go with a not so good but more safer QByteArrayGuillermo Amaral1-1/+0
Bug #47336
2012-03-15Added media rendition support for Qt4Guillermo Amaral1-0/+3
2012-03-14qt4: replace ObjectReference with simplier RefPino Toscano1-1/+0
instead of roll out a new (still private) version of Ref, just use it for private annotation and link data; this needed a couple of explicit initializations of Ref (since it's a simple struct with no methods) and a private operator== for it
2012-03-11support for LinkMovie object in Qt4 frontendTobias Koenig1-0/+1
Bug #40561
2012-03-01Increase versionspoppler-0.19.0Albert Astals Cid1-1/+1
2011-08-290.17.3poppler-0.17.3Albert Astals Cid1-1/+1
2011-08-150.17.2poppler-0.17.2Albert Astals Cid1-1/+1
2011-03-29increase sonamesAlbert Astals Cid1-1/+1
2010-09-16new soversionspoppler-0.15.0Albert Astals Cid1-1/+1
2010-06-08libpoppler-qt4.so.3.2.0 -> libpoppler-qt4.so.3.3.0Albert Astals Cid1-1/+1
2010-03-04[Qt4] compile Arthur unconditionallyPino Toscano1-5/+1
as the arthur output dev does not require splash anymore, we can always compile it with poppler-qt4
2009-10-17CMake: add the possibility to pass LIB_SUFFIX.Michael Jansen1-1/+1
This allows to tune the installation libdir by adding a suffix for it (making it eg lib, lib32, or lib64)
2009-09-09increase library to 3.2.0Albert Astals Cid1-1/+1
2008-09-08soname 3.1.0 for qt4 libs, we are BC/SC but got new APIAlbert Astals Cid1-1/+1
2008-09-07no more need for including the qt3 pathsPino Toscano1-1/+0
2008-08-23compile the new poppler-movie.ccPino Toscano1-0/+1
2008-03-29Duplicate page-transition files on qt4Albert Astals Cid1-2/+2
2008-03-12Increment version of libpoppler and libpoppler-qt4Albert Astals Cid1-1/+1
2008-02-27We need to install the optional content header.Brad Hards1-0/+1
2008-02-27Add in the initial part of the optional content support.Brad Hards1-0/+3
To see this work, compare ClarityOCGs.pdf with and without this change. Right now we only handle optional content using XObjects. Optional content using Marked Content has infrastructure, but is not implemented. That will be quite invasive in Gfx, and I'm not confident enough to do it this late in the process.
2008-02-26install the export headerPino Toscano1-0/+1
2008-02-26Now for real: Add special casing in cmake buildsystem for MSVC, also add ↵Albert Astals Cid1-0/+3
Export markers to qt4 classes, although symbol visibility is only used on MSVC at the moment
2008-02-08Move the string functions implementation in a .cc file.Pino Toscano1-0/+1
2008-01-30Introduce the CMake-based build system.Pino Toscano1-0/+43
Mostly works nicely as the autotools, and it mimics (almost) all the autotools behaviours. Copied some scripts from the KDE cmake scripts (BSD-licensed). TODO: gtk-doc.