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

Commit 7ad8fbf

Browse files
committed
Added qml files to INSTALLS
1 parent 95750c4 commit 7ad8fbf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

software/dbus-tsmppt.pro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ unix {
88
isEmpty(bindir) {
99
bindir = /usr/local/bin
1010
}
11-
INSTALLS += target
11+
INSTALLS += target diff qml
1212
target.path = $${DESTDIR}$${bindir}
13+
qml.path = $${DESTDIR}$${bindir}
14+
qml.files = qml/*.qml
1315
diff.path = $${DESTDIR}$${bindir}
1416
diff.files = qml/*.diff
1517
}
@@ -61,9 +63,6 @@ SOURCES += src/tsmppt.cpp \
6163
src/velib/src/qt/v_busitem_private_prod.cpp \
6264
src/velib/src/qt/v_busitem_proxy.cpp
6365

64-
OTHER_FILES += \
65-
PageSettings.diff \
66-
PageSolarCharger.diff
6766

6867
QMAKE_CXXFLAGS += --std=c++11
6968

0 commit comments

Comments
 (0)