summaryrefslogtreecommitdiffstats
path: root/examples/examples.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pri')
-rw-r--r--examples/examples.pri7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/examples.pri b/examples/examples.pri
new file mode 100644
index 0000000..b1c4f91
--- /dev/null
+++ b/examples/examples.pri
@@ -0,0 +1,7 @@
+# change/remove these entries, depending on the installation prefix
+INCLUDEPATH += /usr/local/include
+LIBS += -L/usr/local/lib
+
+# link
+LIBS += -lqca
+