From 8735884776ae124a91e336729daac55d2afd14ad Mon Sep 17 00:00:00 2001 From: lvaatamoinen Date: Mon, 19 Oct 2009 14:11:06 +0000 Subject: [PATCH] - added project file git-svn-id: file:///svnroot/qtrapids/trunk@7 42ac0dd5-4c8c-4c71-bb3e-ecdfe252ffda --- qtrapids.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 qtrapids.pro diff --git a/qtrapids.pro b/qtrapids.pro new file mode 100644 index 0000000..3f6c313 --- /dev/null +++ b/qtrapids.pro @@ -0,0 +1,5 @@ +SUBDIRS += src +TEMPLATE = subdirs +CONFIG += warn_on \ + qt \ + thread -- 1.7.9.5