summaryrefslogtreecommitdiffstats
path: root/config.tests/pulseaudio
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-07-19 15:51:43 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-25 03:13:03 +0200
commit1b1012f2990084ffc367ddb4aaf5910835bc4641 (patch)
tree95826215bceaada774084c4e2a41211a40e95bde /config.tests/pulseaudio
parent518ae46dfeb0bc87ea787bfe6bf0a5e183db8442 (diff)
Add the configuration tests.
Add the list of tests to sync.profile, and make sure each test only happens on the platforms it's intended for. Change-Id: Id022a6b85b349f4a8a649d3449b622e4ada7f4f4 Reviewed-on: http://codereview.qt.nokia.com/1910 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'config.tests/pulseaudio')
-rw-r--r--config.tests/pulseaudio/pulseaudio.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.tests/pulseaudio/pulseaudio.pro b/config.tests/pulseaudio/pulseaudio.pro
index 6f121fed7..3dd769fdd 100644
--- a/config.tests/pulseaudio/pulseaudio.pro
+++ b/config.tests/pulseaudio/pulseaudio.pro
@@ -1,8 +1,11 @@
-SOURCES = pulseaudio.cpp
CONFIG -= qt
LIBS +=
CONFIG += link_pkgconfig
+requires(unix)
+
PKGCONFIG += \
libpulse \
libpulse-mainloop-glib
+
+SOURCES = pulseaudio.cpp