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

TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .
QT += core gui network xml

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

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


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