diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-03 13:21:36 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-03 13:21:36 -0700 |
commit | 7a368ab06b4926236ec93207e66ff7b14c234fe1 (patch) | |
tree | 5c59188cf2f0cf1ad60edbf71fedd003d273514a /Makefile | |
parent | 65b49edf8a6f68214eb298110d45aa1e995b8d8c (diff) | |
download | subsurface-7a368ab06b4926236ec93207e66ff7b14c234fe1.tar.gz |
Better fix for the compile problems
Still don't like the order dependency - but at least this seems to work
and correctly build after make confclean.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -68,7 +68,6 @@ SOURCES = \ equipment.c \ file.c \ info.c \ - main.cpp \ parse-xml.c \ planner.c \ subsurfacestartup.c \ @@ -80,10 +79,9 @@ SOURCES = \ uemis.c \ uemis-downloader.c \ libdivecomputer.c \ - qt-gui.cpp \ qthelper.cpp \ - qt-ui/divelistview.cpp \ - qt-ui/maintab.cpp \ + qt-ui/simplewidgets.cpp \ + qt-ui/tableview.cpp \ qt-ui/mainwindow.cpp \ qt-ui/models.cpp \ qt-ui/plotareascene.cpp \ @@ -94,17 +92,19 @@ SOURCES = \ qt-ui/kmessagewidget.cpp \ qt-ui/downloadfromdivecomputer.cpp \ qt-ui/preferences.cpp \ - qt-ui/simplewidgets.cpp \ qt-ui/subsurfacewebservices.cpp \ qt-ui/divecomputermanagementdialog.cpp \ qt-ui/diveplanner.cpp \ + qt-ui/divelistview.cpp \ qt-ui/about.cpp \ qt-ui/graphicsview-common.cpp \ qt-ui/printdialog.cpp \ qt-ui/printoptions.cpp \ qt-ui/printlayout.cpp \ qt-ui/completionmodels.cpp \ - qt-ui/tableview.cpp \ + qt-ui/maintab.cpp \ + qt-gui.cpp \ + main.cpp \ $(RESFILE) |