summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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