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

Commit cd411c3

Browse files
committed
Added INSTALLS to .pro file
1 parent a4854eb commit cd411c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

software/dbus-tsmppt.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Application version and revision
22
VERSION = 1.5
33

4+
# Add more folders to ship with the application here
45
unix {
56
bindir = $$(bindir)
67
DESTDIR = $$(DESTDIR)
78
isEmpty(bindir) {
89
bindir = /usr/local/bin
910
}
11+
INSTALLS += target
1012
target.path = $${DESTDIR}$${bindir}
1113
}
1214

0 commit comments

Comments
 (0)