aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/examples.pro2
-rw-r--r--qtmacextras.pro1
-rw-r--r--tests/tests.pro2
3 files changed, 2 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 37692d4..1f586b9 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = macextras
+darwin: SUBDIRS = macextras
diff --git a/qtmacextras.pro b/qtmacextras.pro
index 78cfe59..58c33f2 100644
--- a/qtmacextras.pro
+++ b/qtmacextras.pro
@@ -1,2 +1 @@
-requires(darwin)
load(qt_parts)
diff --git a/tests/tests.pro b/tests/tests.pro
index 7fbc8a9..d365f4d 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = auto
+darwin: SUBDIRS = auto