File: code.pri

package info (click to toggle)
actionaz 3.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,608 kB
  • ctags: 6,390
  • sloc: cpp: 44,713; ansic: 82; xml: 17; makefile: 14; sh: 10
file content (22 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SOURCES += code/rawdata.cpp \
    code/image.cpp \
	code/codetools.cpp \
    code/algorithms.cpp \
    code/color.cpp \
    code/point.cpp \
    code/size.cpp \
    code/rect.cpp \
	code/window.cpp \
	code/processhandle.cpp \
    code/codeclass.cpp
HEADERS += code/rawdata.h \
    code/image.h \
	code/codetools.h \
    code/algorithms.h \
    code/color.h \
    code/point.h \
    code/size.h \
    code/rect.h \
	code/window.h \
	code/processhandle.h \
    code/codeclass.h