summaryrefslogtreecommitdiff
path: root/EVPC.pro
diff options
context:
space:
mode:
Diffstat (limited to 'EVPC.pro')
-rw-r--r--EVPC.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/EVPC.pro b/EVPC.pro
index fc1919d..e85997b 100644
--- a/EVPC.pro
+++ b/EVPC.pro
@@ -11,11 +11,13 @@ CONFIG += c++11
SOURCES += \
battery.cpp \
main.cpp \
- mainwindow.cpp
+ mainwindow.cpp \
+ wire.cpp
HEADERS += \
battery.h \
- mainwindow.h
+ mainwindow.h \
+ wire.h
FORMS += \
mainwindow.ui