File: common.pri

package info (click to toggle)
ktikz 0.13.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,136 kB
  • sloc: cpp: 10,491; xml: 701; sh: 131; makefile: 19
file content (20 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
greaterThan(QT_MAJOR_VERSION, 4): QT *= widgets printsupport

include($${_PRO_FILE_PWD_}/qmake/findpoppler.pri)

DEFINES += KTIKZ_TEMPLATES_INSTALL_DIR=\\\"$${TEMPLATES_INSTALL_DIR}\\\"

include($${PWD}/utils/utils.pri)

FORMS += $${PWD}/templatewidget.ui
SOURCES += \
	$${PWD}/templatewidget.cpp \
	$${PWD}/tikzpreview.cpp \
	$${PWD}/tikzpreviewcontroller.cpp \
	$${PWD}/tikzpreviewgenerator.cpp \
	$${PWD}/tikzpreviewmessagewidget.cpp \
	$${PWD}/tikzpreviewrenderer.cpp
HEADERS += \
#	$$headerFiles($$SOURCES) \
	$${PWD}/mainwidget.h \
    $$PWD/textcodecprofile.h