Skip to content

Commit

Permalink
Merge pull request #12 from IT-Students-Web-Project/Jacek
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
Voxislav authored Sep 13, 2021
2 parents 89debdc + 4812d38 commit e0bca70
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Server/Server.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@ CONFIG += c++11
SOURCES += \
main.cpp \
mainwindow.cpp \
resources.cpp
resources.cpp \
runningprocesses.cpp \
selectedclient.cpp

HEADERS += \
mainwindow.h \
nlohmann/json.hpp \
resources.h
resources.h \
runningprocesses.h \
selectedclient.h

FORMS += \
mainwindow.ui
mainwindow.ui \
runningprocesses.ui \
selectedclient.ui

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
Expand Down

0 comments on commit e0bca70

Please sign in to comment.