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