summaryrefslogtreecommitdiffstats
path: root/tests/auto/qradiotuner/qradiotuner.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qradiotuner/qradiotuner.pro')
-rw-r--r--tests/auto/qradiotuner/qradiotuner.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/auto/qradiotuner/qradiotuner.pro b/tests/auto/qradiotuner/qradiotuner.pro
new file mode 100644
index 000000000..b80043801
--- /dev/null
+++ b/tests/auto/qradiotuner/qradiotuner.pro
@@ -0,0 +1,19 @@
+load(qttest_p4)
+
+QT += multimediakit-private
+
+# TARGET = tst_qradiotuner
+# CONFIG += testcase
+
+symbian {
+ HEADERS += tst_qradiotuner_xa.h
+ SOURCES += tst_qradiotuner_xa.cpp
+ TARGET.CAPABILITY = ALL -TCB
+ HEADERS += tst_qradiotuner_s60.h
+ SOURCES += tst_qradiotuner_s60.cpp
+
+}
+
+HEADERS += tst_qradiotuner.h
+SOURCES += main.cpp tst_qradiotuner.cpp
+