summaryrefslogtreecommitdiff
path: root/editor/editor.pro
blob: 8d27503b6d24fff7c5afb7a755a1e045fc78f7c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- Makefile -*-

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

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

# Input
HEADERS += toolbox.h tool.h macrowindow.h widget.h
SOURCES += editor.cc toolbox.cc tool.cc macrowindow.cc widget.cc