summaryrefslogtreecommitdiff
path: root/tikzit/tikzit.pro
diff options
context:
space:
mode:
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 +=