mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Move non gui code from qt-ui
Moves non gui classes (configuredivecomputer, configuredivecomputerthreads and devicedetails) from qt-ui to the top level folder. Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com> Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
parent
045a6fb6b1
commit
4f37602836
7 changed files with 6 additions and 6 deletions
|
@ -88,9 +88,9 @@ HEADERS = \
|
|||
qt-ui/usersurvey.h \
|
||||
subsurfacesysinfo.h \
|
||||
qt-ui/configuredivecomputerdialog.h \
|
||||
qt-ui/configuredivecomputer.h \
|
||||
qt-ui/configuredivecomputerthreads.h \
|
||||
qt-ui/devicedetails.h
|
||||
configuredivecomputer.h \
|
||||
configuredivecomputerthreads.h \
|
||||
devicedetails.h
|
||||
|
||||
android: HEADERS -= \
|
||||
qt-ui/usermanual.h \
|
||||
|
@ -171,9 +171,9 @@ SOURCES = \
|
|||
qt-ui/usersurvey.cpp \
|
||||
subsurfacesysinfo.cpp \
|
||||
qt-ui/configuredivecomputerdialog.cpp \
|
||||
qt-ui/configuredivecomputer.cpp \
|
||||
qt-ui/configuredivecomputerthreads.cpp \
|
||||
qt-ui/devicedetails.cpp
|
||||
configuredivecomputer.cpp \
|
||||
configuredivecomputerthreads.cpp \
|
||||
devicedetails.cpp
|
||||
|
||||
android: SOURCES += android.cpp
|
||||
else: linux*: SOURCES += linux.c
|
||||
|
|
Loading…
Reference in a new issue