summaryrefslogtreecommitdiff
path: root/src/libpcp_qed/src/libpcp_qed.pro
blob: 294a66a758a1fd8a23e73d25e59df2d5dfacad53 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
TARGET		= pcp_qed
TEMPLATE	= lib
VERSION		= 1.0.0
CONFIG		+= qt staticlib warn_on
INCLUDEPATH	+= ../../include ../../libpcp_qmc/src
QT		= core gui network svg

HEADERS	= qed.h \
	  qed_actionlist.h \
	  qed_app.h \
	  qed_bar.h \
	  qed_colorlist.h \
	  qed_colorpicker.h \
	  qed_console.h \
	  qed_fileiconprovider.h \
	  qed_gadget.h \
	  qed_groupcontrol.h \
	  qed_label.h \
	  qed_led.h \
	  qed_legend.h \
	  qed_line.h \
	  qed_recorddialog.h \
	  qed_statusbar.h \
	  qed_timebutton.h \
	  qed_timecontrol.h \
	  qed_viewcontrol.h \

SOURCES = \
	  qed_actionlist.cpp \
	  qed_app.cpp \
	  qed_bar.cpp \
	  qed_colorlist.cpp \
	  qed_colorpicker.cpp \
	  qed_console.cpp \
	  qed_fileiconprovider.cpp \
	  qed_gadget.cpp \
	  qed_groupcontrol.cpp \
	  qed_label.cpp \
	  qed_led.cpp \
	  qed_legend.cpp \
	  qed_line.cpp \
	  qed_recorddialog.cpp \
	  qed_statusbar.cpp \
 	  qed_timebutton.cpp \
	  qed_timecontrol.cpp \
	  qed_viewcontrol.cpp \

FORMS = \
	  qed_console.ui \
	  qed_recorddialog.ui \