summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-09 20:12:59 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-09 20:12:59 +0800
commite165344ab55e98e27e13f7024b6143aa84518489 (patch)
treeb5ebdc6a7b2c2ba85bcf3c37771b79f3531a1e02 /configure.ac
parenta1e538564d4b2a60be70a32ec39afdba249ce37d (diff)
Add support for Autotools
though the resulting library is not right yet.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..674a490
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,8 @@
+AC_INIT([qicclient], [0.0], [pt@darapsa.co.id])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AC_PROG_CXX
+AC_CONFIG_FILES([Makefile])
+PKG_CHECK_MODULES([QT], [Qt5Core])
+AM_PROG_AR
+LT_INIT
+AC_OUTPUT