summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-10-14 12:12:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-10-14 12:12:14 +0300
commitfb3fad1e6519b029cd06e7c7113fc948aaef6770 (patch)
tree4361b40d3e6330945ef723cff4c986f87d8de93a /libs
parent2f63d5c88fcd3eaa7544b0e5b3a8bf6020175543 (diff)
libqrencode: missing file added
Diffstat (limited to 'libs')
-rw-r--r--libs/libqrencode/src/.gitignore57
-rw-r--r--libs/libqrencode/src/config.h5
2 files changed, 5 insertions, 57 deletions
diff --git a/libs/libqrencode/src/.gitignore b/libs/libqrencode/src/.gitignore
deleted file mode 100644
index 7fd2e09a78..0000000000
--- a/libs/libqrencode/src/.gitignore
+++ /dev/null
@@ -1,57 +0,0 @@
-*.[oa]
-*.lo
-*.la
-*.gcno
-*.gcov
-*.gcda
-.deps/
-.libs/
-autom4te.cache/
-m4/
-CMakeLists.txt.user
-CMakeCache.txt
-CTestTestfile.cmake
-CMakeFiles/
-cmake_install.cmake
-Makefile
-Makefile.in
-README
-build
-config.log
-configure
-config.status
-config.h
-config.h.in
-aclocal.m4
-libtool
-stamp-h1
-qrencode
-qrencode.1
-libqrencode.pc
-tests/create_frame_pattern
-tests/create_mqr_frame_pattern
-tests/pthread_qrencode
-tests/prof_qrencode
-tests/test_bitstream
-tests/test_estimatebit
-tests/test_mask
-tests/test_mmask
-tests/test_monkey
-tests/test_mqrspec
-tests/test_qrencode
-tests/test_qrinput
-tests/test_qrspec
-tests/test_rs
-tests/test_split
-tests/test_split_urls
-tests/view_qrcode
-use/compile
-use/config.guess
-use/config.sub
-use/depcomp
-use/install-sh
-use/ltmain.sh
-use/missing
-html/
-massif.out.*
-gmon.out
diff --git a/libs/libqrencode/src/config.h b/libs/libqrencode/src/config.h
new file mode 100644
index 0000000000..32dbafe4a2
--- /dev/null
+++ b/libs/libqrencode/src/config.h
@@ -0,0 +1,5 @@
+///////////////////////////////////////////////////////////////////////////////
+
+#define STATIC_IN_RELEASE
+
+#define HAVE_STRDUP 1