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

« back to all changes in this revision

Viewing changes to .pc/05-use-libsynctex.patch/texstudio.pro

  • Committer: Package Import Robot
  • Author(s): Tom Jampen
  • Date: 2014-09-10 07:36:27 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140910073627-25emtb7omxdfjuvl
Tags: 2.8.4+debian-1
* Merging upstream version 2.8.4+debian.
* Regenerating 01-use-libhunspell.patch.
* Updating 04-no-qt-translations.patch to also exclude qt_pl.qm.
* Regenerating 05-use-libsynctex.patch.
* Updating package description to include new polish translations.
* Switching to default xz compression level in rules.
* 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:
4
4
greaterThan(QT_MAJOR_VERSION, 4) {
5
5
    message(Building with Qt5)
6
6
    CONFIG += qt
7
 
    !win32: CONFIG += precompile_header # precompiling does not work with Qt5 and mingw
 
7
    !win32: CONFIG -= precompile_header # precompiling does not work with Qt5 and mingw
8
8
    win32: CONFIG -= precompile_header
9
9
} else {
10
10
    message(Building with Qt4)
11
 
    CONFIG += qt precompile_header uitools
 
11
    CONFIG += qt uitools
 
12
    CONFIG -= precompile_header
12
13
}
13
14
 
14
15
# build against libhunspell
40
41
else:include(qtsingleapplication/qtsingleapplication.pri)
41
42
 
42
43
# ##############################
43
 
precompile_header: PRECOMPILED_HEADER = mostQtHeaders.h
 
44
# precompile_header: PRECOMPILED_HEADER = mostQtHeaders.h
44
45
HEADERS += texmaker.h \
45
46
    buildmanager.h \
46
47
    dsingleapplication.h \
279
280
    texstudio_fr.ts \
280
281
    texstudio_hu.ts \
281
282
    texstudio_it.ts \
 
283
    texstudio_pl.ts \
282
284
    texstudio_pt_BR.ts \
283
285
    texstudio_uk.ts \
284
286
    texstudio_ru.ts \
380
382
        texstudio_hu.qm \
381
383
        texstudio_it.qm \
382
384
        texstudio_ja.qm \
 
385
        texstudio_pl.qm \
383
386
        texstudio_pt_BR.qm \
384
387
        texstudio_uk.qm \
385
388
        texstudio_ru.qm \
618
621
}
619
622
 
620
623
# add mercurial revision
621
 
exists(./.hg) {
 
624
exists(./.hg2) {
622
625
  win32: {
623
626
    message(HG)
624
627
    QMAKE_PRE_LINK += \"$${PWD}/hg_revision.bat\" $${QMAKE_CXX} \"$${OUT_PWD}\"