summaryrefslogtreecommitdiffstats
path: root/snowshoe.pro
diff options
context:
space:
mode:
authorRafael Brandao <rafael.lobo@openbossa.org>2011-08-22 14:26:26 -0300
committerRafael Brandao <rafael.lobo@openbossa.org>2011-08-22 14:50:35 -0300
commitf4fdfc1b33ff8c51a50b97af992d102dd4fdda86 (patch)
tree602af563bb6eaab039e9398296e037dc9f3331af /snowshoe.pro
parenta1fc5d124df819393a7cb3a5d1b0fecc0678f5e1 (diff)
QtCreator didn't open snowshoe's project correctly
With QtCreator 2.3.81 based on Qt 4.7.4, the only folder opened was tests, so I've changed how we set the src folder just like tests. Reviewed-by: Caio Oliveira
Diffstat (limited to 'snowshoe.pro')
-rw-r--r--snowshoe.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/snowshoe.pro b/snowshoe.pro
index a4e254e..8bce0db 100644
--- a/snowshoe.pro
+++ b/snowshoe.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
- src/
+ src
contains(CONFIG, test) {
SUBDIRS += \