Sandboxie/SandboxiePlus/SandMan/SandMan.pri

64 lines
1.7 KiB
Plaintext
Raw Normal View History

2021-01-30 18:10:49 +00:00
# ----------------------------------------------------
# This file is generated by the Qt Visual Studio Tools.
# ------------------------------------------------------
HEADERS += ./stdafx.h \
./SandMan.h \
./SbiePlusAPI.h \
./Models/SbieModel.h \
2021-03-04 20:13:45 +00:00
./Models/TraceModel.h \
2021-01-30 18:10:49 +00:00
./Views/SbieView.h \
2021-03-04 20:13:45 +00:00
./Views/TraceView.h \
2021-01-30 18:10:49 +00:00
./Dialogs/MultiErrorDialog.h \
./Helpers/FindTool.h \
./Helpers/WinAdmin.h \
./Windows/NewBoxWindow.h \
./Windows/RecoveryWindow.h \
./Windows/PopUpWindow.h \
./Windows/SnapshotsWindow.h \
./Windows/SettingsWindow.h \
2021-07-05 12:37:28 +01:00
./Windows/OptionsWindow.h \
./Windows/SelectBoxWindow.h
2021-01-30 18:10:49 +00:00
SOURCES += ./main.cpp \
./stdafx.cpp \
./SandMan.cpp \
./SbiePlusAPI.cpp \
2021-03-04 20:13:45 +00:00
./Models/TraceModel.cpp \
2021-01-30 18:10:49 +00:00
./Models/SbieModel.cpp \
./Views/SbieView.cpp \
2021-03-04 20:13:45 +00:00
./Views/TraceView.cpp \
2021-01-30 18:10:49 +00:00
./Dialogs/MultiErrorDialog.cpp \
./Helpers/FindTool.cpp \
./Helpers/WinAdmin.cpp \
./Helpers/WindowFromPointEx.cpp \
./Windows/NewBoxWindow.cpp \
./Windows/OptionsWindow.cpp \
./Windows/PopUpWindow.cpp \
./Windows/RecoveryWindow.cpp \
./Windows/SettingsWindow.cpp \
2021-07-05 12:37:28 +01:00
./Windows/SnapshotsWindow.cpp \
./Windows/SelectBoxWindow.cpp
2021-01-30 18:10:49 +00:00
FORMS += ./Forms/NewBoxWindow.ui \
./Forms/OptionsWindow.ui \
./Forms/PopUpWindow.ui \
./Forms/RecoveryWindow.ui \
./Forms/SettingsWindow.ui \
2021-07-05 12:37:28 +01:00
./Forms/SnapshotsWindow.ui \
./Forms/SelectBoxWindow.ui
2021-01-30 18:10:49 +00:00
2021-02-02 12:33:47 +00:00
TRANSLATIONS += sandman_de.ts \
2021-03-04 20:13:45 +00:00
sandman_es.ts \
sandman_it.ts \
2021-07-05 12:37:28 +01:00
sandman_nl.ts \
2021-02-02 12:33:47 +00:00
sandman_pt.ts \
sandman_ru.ts \
sandman_pl.ts \
sandman_tr.ts \
sandman_zh-CN.ts \
sandman_zh-TW.ts
2021-01-30 18:10:49 +00:00
RESOURCES += Resources/SandMan.qrc