Update SandMan.pri
This commit is contained in:
parent
864f1b43d7
commit
4f0a13da19
|
@ -13,6 +13,7 @@ HEADERS += ./stdafx.h \
|
||||||
./Models/TraceModel.h \
|
./Models/TraceModel.h \
|
||||||
./Models/MonitorModel.h \
|
./Models/MonitorModel.h \
|
||||||
./Views/SbieView.h \
|
./Views/SbieView.h \
|
||||||
|
./Views/FileView.h \
|
||||||
./Views/TraceView.h \
|
./Views/TraceView.h \
|
||||||
./Dialogs/MultiErrorDialog.h \
|
./Dialogs/MultiErrorDialog.h \
|
||||||
./Helpers/FindTool.h \
|
./Helpers/FindTool.h \
|
||||||
|
@ -26,7 +27,6 @@ HEADERS += ./stdafx.h \
|
||||||
./Windows/SettingsWindow.h \
|
./Windows/SettingsWindow.h \
|
||||||
./Windows/OptionsWindow.h \
|
./Windows/OptionsWindow.h \
|
||||||
./Windows/SelectBoxWindow.h \
|
./Windows/SelectBoxWindow.h \
|
||||||
./Windows/FileBrowserWindow.h\
|
|
||||||
./Wizards/SetupWizard.h
|
./Wizards/SetupWizard.h
|
||||||
|
|
||||||
SOURCES += ./main.cpp \
|
SOURCES += ./main.cpp \
|
||||||
|
@ -40,6 +40,7 @@ SOURCES += ./main.cpp \
|
||||||
./Models/MonitorModel.cpp \
|
./Models/MonitorModel.cpp \
|
||||||
./Models/SbieModel.cpp \
|
./Models/SbieModel.cpp \
|
||||||
./Views/SbieView.cpp \
|
./Views/SbieView.cpp \
|
||||||
|
./Views/FileView.cpp \
|
||||||
./Views/TraceView.cpp \
|
./Views/TraceView.cpp \
|
||||||
./Dialogs/MultiErrorDialog.cpp \
|
./Dialogs/MultiErrorDialog.cpp \
|
||||||
./Helpers/FindTool.cpp \
|
./Helpers/FindTool.cpp \
|
||||||
|
@ -54,7 +55,6 @@ SOURCES += ./main.cpp \
|
||||||
./Windows/SettingsWindow.cpp \
|
./Windows/SettingsWindow.cpp \
|
||||||
./Windows/SnapshotsWindow.cpp \
|
./Windows/SnapshotsWindow.cpp \
|
||||||
./Windows/SelectBoxWindow.cpp \
|
./Windows/SelectBoxWindow.cpp \
|
||||||
./Windows/FileBrowserWindow.cpp\
|
|
||||||
./Wizards/SetupWizard.cpp
|
./Wizards/SetupWizard.cpp
|
||||||
|
|
||||||
FORMS += ./Forms/NewBoxWindow.ui \
|
FORMS += ./Forms/NewBoxWindow.ui \
|
||||||
|
@ -63,8 +63,7 @@ FORMS += ./Forms/NewBoxWindow.ui \
|
||||||
./Forms/RecoveryWindow.ui \
|
./Forms/RecoveryWindow.ui \
|
||||||
./Forms/SettingsWindow.ui \
|
./Forms/SettingsWindow.ui \
|
||||||
./Forms/SnapshotsWindow.ui \
|
./Forms/SnapshotsWindow.ui \
|
||||||
./Forms/SelectBoxWindow.ui \
|
./Forms/SelectBoxWindow.ui
|
||||||
./Forms/FileBrowserWindow.ui
|
|
||||||
|
|
||||||
TRANSLATIONS += sandman_de.ts \
|
TRANSLATIONS += sandman_de.ts \
|
||||||
sandman_en.ts \
|
sandman_en.ts \
|
||||||
|
|
Loading…
Reference in New Issue