Skip to content

Commit

Permalink
Making .pro file more readable in default Emacs view.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Mar 3, 2019
1 parent a6461b5 commit b18f324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ win32 {
} else {
# cmark-gfm

# cmark-gfm to be built by qmake to enable clean system build for Launchpad's debuild
# cmark-gfm to be built by qmake to enable clean system build for Launchpad debuild
libcmark-gfm.target = libcmark-gfm
libcmark-gfm.commands = cd -L$$PWD/../deps/cmark-gfm && mkdir -v build && cd build && cmake -DCMARK_TESTS=OFF -DCMARK_SHARED=OFF .. && cmake --build .
libcmark-gfm_clean.commands = cd -L$$PWD/../deps/cmark-gfm rm -rvf build
Expand Down

0 comments on commit b18f324

Please sign in to comment.