dummy: invert order of files in Subsurface.pro for testing
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
0ead02dce1
commit
9a418401fa
@ -127,8 +127,6 @@ SOURCES += subsurface-mobile-main.cpp \
|
||||
backend-shared/exportfuncs.cpp \
|
||||
backend-shared/plannershared.cpp \
|
||||
backend-shared/roundrectitem.cpp \
|
||||
qt-quick/chartitem.cpp \
|
||||
qt-quick/chartview.cpp \
|
||||
stats/statsvariables.cpp \
|
||||
stats/statsview.cpp \
|
||||
stats/barseries.cpp \
|
||||
@ -182,7 +180,9 @@ SOURCES += subsurface-mobile-main.cpp \
|
||||
profile-widget/divelineitem.cpp \
|
||||
profile-widget/diverectitem.cpp \
|
||||
profile-widget/divetextitem.cpp \
|
||||
profile-widget/profileview.cpp
|
||||
profile-widget/profileview.cpp \
|
||||
qt-quick/chartitem.cpp \
|
||||
qt-quick/chartview.cpp
|
||||
|
||||
HEADERS += \
|
||||
commands/command_base.h \
|
||||
@ -285,10 +285,6 @@ HEADERS += \
|
||||
backend-shared/exportfuncs.h \
|
||||
backend-shared/plannershared.h \
|
||||
backend-shared/roundrectitem.h \
|
||||
qt-quick/chartitem.h \
|
||||
qt-quick/chartitemhelper.h \
|
||||
qt-quick/chartitem_ptr.h \
|
||||
qt-quick/chartview.h \
|
||||
stats/barseries.h \
|
||||
stats/boxseries.h \
|
||||
stats/chartitem.h \
|
||||
@ -346,7 +342,12 @@ HEADERS += \
|
||||
profile-widget/divepixmapitem.h \
|
||||
profile-widget/diverectitem.h \
|
||||
profile-widget/divetextitem.h \
|
||||
profile-widget/profileview.h
|
||||
profile-widget/profileview.h \
|
||||
profile-widget/profiletranslations.h \
|
||||
qt-quick/chartitem.h \
|
||||
qt-quick/chartitemhelper.h \
|
||||
qt-quick/chartitem_ptr.h \
|
||||
qt-quick/chartview.h
|
||||
|
||||
RESOURCES += mobile-widgets/qml/mobile-resources.qrc \
|
||||
mobile-widgets/3rdparty/icons.qrc \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user