summaryrefslogtreecommitdiffstats
path: root/src/plugins/s60/s60.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/s60/s60.pro')
-rw-r--r--src/plugins/s60/s60.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/s60/s60.pro b/src/plugins/s60/s60.pro
new file mode 100644
index 0000000000..c999fff656
--- /dev/null
+++ b/src/plugins/s60/s60.pro
@@ -0,0 +1,11 @@
+TEMPLATE = subdirs
+
+
+symbian {
+ contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) {
+ SUBDIRS += 3_1 3_2
+ }
+
+ # 5.0 is used also for Symbian3 and later
+ SUBDIRS += 5_0
+} \ No newline at end of file