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 \
|
qt-ui/usersurvey.h \
|
||||||
subsurfacesysinfo.h \
|
subsurfacesysinfo.h \
|
||||||
qt-ui/configuredivecomputerdialog.h \
|
qt-ui/configuredivecomputerdialog.h \
|
||||||
qt-ui/configuredivecomputer.h \
|
configuredivecomputer.h \
|
||||||
qt-ui/configuredivecomputerthreads.h \
|
configuredivecomputerthreads.h \
|
||||||
qt-ui/devicedetails.h
|
devicedetails.h
|
||||||
|
|
||||||
android: HEADERS -= \
|
android: HEADERS -= \
|
||||||
qt-ui/usermanual.h \
|
qt-ui/usermanual.h \
|
||||||
|
@ -171,9 +171,9 @@ SOURCES = \
|
||||||
qt-ui/usersurvey.cpp \
|
qt-ui/usersurvey.cpp \
|
||||||
subsurfacesysinfo.cpp \
|
subsurfacesysinfo.cpp \
|
||||||
qt-ui/configuredivecomputerdialog.cpp \
|
qt-ui/configuredivecomputerdialog.cpp \
|
||||||
qt-ui/configuredivecomputer.cpp \
|
configuredivecomputer.cpp \
|
||||||
qt-ui/configuredivecomputerthreads.cpp \
|
configuredivecomputerthreads.cpp \
|
||||||
qt-ui/devicedetails.cpp
|
devicedetails.cpp
|
||||||
|
|
||||||
android: SOURCES += android.cpp
|
android: SOURCES += android.cpp
|
||||||
else: linux*: SOURCES += linux.c
|
else: linux*: SOURCES += linux.c
|
||||||
|
|
Loading…
Reference in a new issue