Skip to content

Commit 2ff35e6

Browse files
committed
Add ci support file to DISTFILES for convenience when using QtCreator
1 parent 2646fe6 commit 2ff35e6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

QtSlim.pro

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ SUBDIRS += \
88
fitnesse \
99
doc
1010

11-
DISTFILES += .travis.yml README.md LICENSE
11+
DISTFILES += README.md LICENSE \
12+
.gitignore \
13+
.travis.yml appveyor.yml .coveralls.yml \
14+
ci-scripts/appveyor-build.sh \
15+
ci-scripts/travis-after-success.env \
16+
ci-scripts/travis-install.env \
17+
ci-scripts/travis-script.env \
18+
ci-scripts/travis-simulate-env.env \
19+
lcov.sh

0 commit comments

Comments
 (0)