summaryrefslogtreecommitdiff
path: root/project.pro
diff options
context:
space:
mode:
Diffstat (limited to 'project.pro')
-rw-r--r--project.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/project.pro b/project.pro
new file mode 100644
index 0000000..7801d61
--- /dev/null
+++ b/project.pro
@@ -0,0 +1,11 @@
+#####################################################################
+# Main projectfile
+#####################################################################
+
+CONFIG += ordered
+TEMPLATE = subdirs
+
+SUBDIRS = libdbus-qeventloop \
+ libresourceqt \
+ tests
+