summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-07-19 17:07:16 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-19 22:10:18 +0200
commitc9f5f1f84c7fd3c5eb3213ed8b70dd8724b6fcb8 (patch)
tree485784caea5ee4ccdedb277478532f2ed47256c9
parent9dd724ba2dd50120ed241e2d5eb2d8ebece05970 (diff)
Add minor improvements in .pro files
Change-Id: Iad769f19f98fea68c4ef451ba8859f2a84e701a9 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
-rw-r--r--.gitignore1
-rw-r--r--examples/examples.pro2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3209853b..724480db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ include
*.pro.user
*.Debug
*.Release
+.qmake.cache
diff --git a/examples/examples.pro b/examples/examples.pro
index d043dc5e..1f7b5316 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS=
+SUBDIRS =
qtHaveModule(mof): SUBDIRS += mof
qtHaveModule(uml): SUBDIRS += uml