summaryrefslogtreecommitdiff
path: root/libodb-qt.pc.in
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-01 20:50:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-01 20:50:43 +0300
commit5f1cd97b9727fe10df79e1eb316ff493d9dfc2a9 (patch)
tree3f0d866222115bd1b42cb538efaac2219ef2afa8 /libodb-qt.pc.in
parentc020bda61fe4a8108772309561d1f8e2f089aec0 (diff)
Turn libodb-qt repository into package for muti-package repositorylibodb-qt
Diffstat (limited to 'libodb-qt.pc.in')
-rw-r--r--libodb-qt.pc.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/libodb-qt.pc.in b/libodb-qt.pc.in
deleted file mode 100644
index c22a62f..0000000
--- a/libodb-qt.pc.in
+++ /dev/null
@@ -1,14 +0,0 @@
-# file : libodb-qt.pc.in
-# license : GNU GPL v2; see accompanying LICENSE file
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: libodb-qt
-Description: Object-relational mapping (ORM) system for C++, Qt profile library
-URL: http://www.codesynthesis.com/products/odb/
-Version: @VERSION@
-Libs: -L${libdir} -lodb-qt
-Cflags: -I${includedir}