File: utils.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 (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