summaryrefslogtreecommitdiff
path: root/tikzit/tikzit.pro
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2017-01-20 11:05:36 +0100
committerAleks Kissinger <aleks0@gmail.com>2017-01-20 11:05:36 +0100
commit36ccd03c70c305e155e00e663da725546f8f2fd9 (patch)
treeb50684a657657f00acb613cbedf6289db0f59525 /tikzit/tikzit.pro
parent716aadc00c1a03e43c246a72be4758fcdf809fe0 (diff)
added GraphElementProperty
Diffstat (limited to 'tikzit/tikzit.pro')
-rw-r--r--tikzit/tikzit.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/tikzit/tikzit.pro b/tikzit/tikzit.pro
index 2762908..fd70729 100644
--- a/tikzit/tikzit.pro
+++ b/tikzit/tikzit.pro
@@ -32,7 +32,8 @@ SOURCES += main.cpp\
edge.cpp \
tikzgraphassembler.cpp \
graphelementdata.cpp \
- graphelementproperty.cpp
+ graphelementproperty.cpp \
+ propertypalette.cpp
HEADERS += mainwindow.h \
toolpalette.h \
@@ -42,9 +43,11 @@ HEADERS += mainwindow.h \
edge.h \
tikzgraphassembler.h \
graphelementdata.h \
- graphelementproperty.h
+ graphelementproperty.h \
+ propertypalette.h
-FORMS += mainwindow.ui
+FORMS += mainwindow.ui \
+ propertypalette.ui
DISTFILES +=