~ubuntu-branches/debian/sid/texstudio/sid

« back to all changes in this revision

Viewing changes to .pc/04-no-qt-translations.patch/texstudio.pro

  • Committer: Package Import Robot
  • Author(s): Tom Jampen
  • Date: 2015-05-08 06:42:01 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20150508064201-1cy70o5bdh9h9258
Tags: 2.9.4+debian-1
* Merging upstream version 2.9.4+debian.
* Regenerating 03-disable-auto-update.patch.
* Removing 05-use-libsynctex.patch as TeXstudio includes a modified
  version of the synctex parser.
* Removing libsynctex-dev from Build-Depends as TeXstudio includes a
  modified version of the synctex parser.
* Removing 06-fix-silent-file-saving.patch, fixed upstream.
* Adding 05-fix-mercurial-revision.patch in order to prevent TeXstudio's
  mercurial revision from being empty.
* Updating year in copyright file.
* Updating quazip's copyright information.
* Rebuilding upstream tarball without:
  - conflicting debian directory
  - unused hunspell directory
  - unused include_win32 directory
  - unused include_win32_qt5 directory
  - unused qt translations
  - unused dictionary and thesaurus files
  - unused TexTablet directory
  - unused poppler-data directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
466
466
 
467
467
# ###############################
468
468
 
469
 
 
470
 
debug{
 
469
CONFIG(debug, debug|release) {
471
470
    message(Creating debug version)
472
471
    CONFIG -= release
473
472
    QT += testlib
517
516
    -lz
518
517
}
519
518
 
 
519
freebsd-* {
 
520
    LIBS += -lexecinfo
 
521
}
 
522
 
520
523
# ################################
521
524
# Poppler PDF Preview, will only be used if NO_POPPLER_PREVIEW is not set
522
525
isEmpty(NO_POPPLER_PREVIEW) {
523
526
    !win32 {
524
 
    poppler_qt_pkg = poppler-qt$${QT_MAJOR_VERSION}
 
527
        macx { # PATH to pkgconfig needs to be present in build PATH
 
528
            QT_CONFIG -= no-pkg-config
 
529
        }
 
530
        poppler_qt_pkg = poppler-qt$${QT_MAJOR_VERSION}
525
531
 
526
 
    CONFIG += link_pkgconfig
527
 
    PKGCONFIG += $${poppler_qt_pkg}
528
 
    system(pkg-config --atleast-version=0.24 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_24
 
532
        CONFIG += link_pkgconfig
 
533
        PKGCONFIG += $${poppler_qt_pkg}
 
534
        system(pkg-config --atleast-version=0.24 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_24
529
535
    } else: {
530
536
        !greaterThan(QT_MAJOR_VERSION, 4) { #Qt4
531
537
           # unix:!macx {