diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -57,6 +57,7 @@ HEADERS = \ qt-ui/printoptions.h \ qt-ui/printlayout.h \ qt-ui/completionmodels.h \ + qt-ui/tableview.h SOURCES = \ @@ -67,9 +68,10 @@ SOURCES = \ equipment.c \ file.c \ info.c \ - main.c \ + main.cpp \ parse-xml.c \ planner.c \ + subsurfacestartup.c \ profile.c \ save-xml.c \ sha1.c \ @@ -102,6 +104,7 @@ SOURCES = \ qt-ui/printoptions.cpp \ qt-ui/printlayout.cpp \ qt-ui/completionmodels.cpp \ + qt-ui/tableview.cpp \ $(RESFILE) |