aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/graph/graph.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/graph/graph.pro')
-rw-r--r--src/app/graph/graph.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/app/graph/graph.pro b/src/app/graph/graph.pro
new file mode 100644
index 000000000..49d8f1e2a
--- /dev/null
+++ b/src/app/graph/graph.pro
@@ -0,0 +1,12 @@
+QT = core script gui
+
+TEMPLATE = app
+TARGET = qbs-graph
+DESTDIR = ../../../bin/
+
+CONFIG += console
+CONFIG -= app_bundle
+
+SOURCES += graph.cpp
+
+include(../../lib/use.pri)