Skip to content

Commit

Permalink
adding utility module from backup project
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinIllich committed Aug 30, 2021
1 parent 83b1f1c commit d889c21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workTrackerWin.pro
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
TEMPLATE = app
TARGET = workTracking
QT += quick
QT += quick widgets

SOURCES += main.cpp \
../backup/utilities.cpp \
progressmodel.cpp

TRANSLATIONS = \
Expand All @@ -12,6 +13,7 @@ TRANSLATIONS = \
RESOURCES += qml.qrc

HEADERS += \
../backup/Utilities.h \
progressmodel.h

win32 {
Expand Down

0 comments on commit d889c21

Please sign in to comment.