Skip to content

Commit 3a2b40e

Browse files
authored
Add files via upload
1 parent 38c903f commit 3a2b40e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RiseSmartHunter.pro

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ DEFINES += QT_DEPRECATED_WARNINGS
2020

2121
SOURCES += \
2222
main.cpp \
23-
mainwindow.cpp
24-
workers.cpp
23+
mainwindow.cpp \
24+
workers.cpp \
2525
helpers.cpp
2626

2727
HEADERS += \
28-
mainwindow.h
29-
workers.h
28+
mainwindow.h \
29+
workers.h \
3030
helpers.h
3131

3232
FORMS += \

0 commit comments

Comments
 (0)