summaryrefslogtreecommitdiff
path: root/qa/qt/qmc_indom/qmc_indom.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qt/qmc_indom/qmc_indom.pro')
-rw-r--r--qa/qt/qmc_indom/qmc_indom.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/qa/qt/qmc_indom/qmc_indom.pro b/qa/qt/qmc_indom/qmc_indom.pro
new file mode 100644
index 0000000..bdf8cdb
--- /dev/null
+++ b/qa/qt/qmc_indom/qmc_indom.pro
@@ -0,0 +1,13 @@
+TEMPLATE = app
+LANGUAGE = C++
+SOURCES = qmc_indom.cpp
+CONFIG += qt warn_on
+release:DESTDIR = build/debug
+debug:DESTDIR = build/release
+INCLUDEPATH += ../../../src/include
+INCLUDEPATH += ../../../src/libpcp_qmc/src
+LIBS += -L../../../src/libpcp/src
+LIBS += -L../../../src/libpcp_qmc/src
+LIBS += -L../../../src/libpcp_qmc/src/$$DESTDIR
+LIBS += -lpcp_qmc -lpcp
+QT -= gui