summaryrefslogtreecommitdiff
path: root/editor/editor.pro
blob: eda715848a59e5154e696a9d7e9b6a050f222f99 (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
# -*- Makefile -*-

TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .

# For debugging
QMAKE_CXXFLAGS += -g -Wall -Werror

# Input
HEADERS += \
	toolbox.h \
	tool.h \
	macrowindow.h \
	widget.h \
	widgetwrapper.h

SOURCES += \
	editor.cc \
	toolbox.cc \
	tool.cc \
	macrowindow.cc \
	widget.cc \
	widgetwrapper.cc