File: code.pri

package info (click to toggle)
actiona 3.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,312 kB
  • sloc: cpp: 57,403; ansic: 90; xml: 27; makefile: 19
file content (24 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 \
    code/prettyprinting.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 \
    code/prettyprinting.h