Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 95750c4

Browse files
committed
Moved qml files and added diffs to *.pro. Incremented version
1 parent e3c584d commit 95750c4

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

software/dbus-tsmppt.pro

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Application version and revision
2-
VERSION = 1.12
2+
VERSION = 1.13
33

44
# Add more folders to ship with the application here
55
unix {
@@ -10,6 +10,8 @@ unix {
1010
}
1111
INSTALLS += target
1212
target.path = $${DESTDIR}$${bindir}
13+
diff.path = $${DESTDIR}$${bindir}
14+
diff.files = qml/*.diff
1315
}
1416

1517
LIBS += -lmodbus
@@ -59,6 +61,10 @@ SOURCES += src/tsmppt.cpp \
5961
src/velib/src/qt/v_busitem_private_prod.cpp \
6062
src/velib/src/qt/v_busitem_proxy.cpp
6163

64+
OTHER_FILES += \
65+
PageSettings.diff \
66+
PageSolarCharger.diff
67+
6268
QMAKE_CXXFLAGS += --std=c++11
6369

6470

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)