Skip to content

Commit

Permalink
Build 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Aug 22, 2021
1 parent e44472c commit db68331
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions SandboxiePlus/SandMan/SandMan.pri
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ HEADERS += ./stdafx.h \
./Windows/SnapshotsWindow.h \
./Windows/SettingsWindow.h \
./Windows/OptionsWindow.h \
./Windows/SelectBoxWindow.h
./Windows/SelectBoxWindow.h \
./Windows/FileBrowserWindow.h

SOURCES += ./main.cpp \
./stdafx.cpp \
Expand Down Expand Up @@ -49,15 +50,17 @@ SOURCES += ./main.cpp \
./Windows/RecoveryWindow.cpp \
./Windows/SettingsWindow.cpp \
./Windows/SnapshotsWindow.cpp \
./Windows/SelectBoxWindow.cpp
./Windows/SelectBoxWindow.cpp \
./Windows/FileBrowserWindow.cpp

FORMS += ./Forms/NewBoxWindow.ui \
./Forms/OptionsWindow.ui \
./Forms/PopUpWindow.ui \
./Forms/RecoveryWindow.ui \
./Forms/SettingsWindow.ui \
./Forms/SnapshotsWindow.ui \
./Forms/SelectBoxWindow.ui
./Forms/SelectBoxWindow.ui \
./Forms/FileBrowserWindow.ui

TRANSLATIONS += sandman_de.ts \
sandman_en.ts \
Expand Down

0 comments on commit db68331

Please sign in to comment.