File: utils.pri

package info (click to toggle)
ktikz 0.11~git20161122-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,248 kB
  • ctags: 1,225
  • sloc: cpp: 10,302; xml: 701; sh: 150; makefile: 29
file content (27 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
greaterThan(QT_MAJOR_VERSION, 4): QT *= widgets printsupport

SOURCES += \
	$${PWD}/action.cpp \
	$${PWD}/colorbutton.cpp \
	$${PWD}/combobox.cpp \
	$${PWD}/file.cpp \
	$${PWD}/filedialog.cpp \
	$${PWD}/globallocale.cpp \
	$${PWD}/lineedit.cpp \
	$${PWD}/messagebox.cpp \
	$${PWD}/pagedialog.cpp \
	$${PWD}/printpreviewdialog.cpp \
	$${PWD}/recentfilesaction.cpp \
	$${PWD}/standardaction.cpp \
	$${PWD}/selectaction.cpp \
	$${PWD}/tempdir.cpp \
	$${PWD}/toggleaction.cpp \
	$${PWD}/toolbar.cpp \
	$${PWD}/url.cpp \
	$${PWD}/zoomaction.cpp
HEADERS += \
#	$$headerFiles($$SOURCES) \
	$${PWD}/colordialog.h \
	$${PWD}/fontdialog.h \
	$${PWD}/icon.h \
	$${PWD}/urlcompletion.h