From 496157cb35b8f90e73770fc43c9a63534baebf33 Mon Sep 17 00:00:00 2001 From: eilers Date: Sun, 29 Aug 2004 12:38:28 +0000 Subject: Added #ifndef QT_NO_SOUND to compile correctly if sound is disabled.. (Important for MAC) --- (limited to 'library') diff --git a/library/sound.cpp b/library/sound.cpp index d1e2388..42f7698 100644 --- a/library/sound.cpp +++ b/library/sound.cpp @@ -249,5 +249,6 @@ void Sound::soundAlarm() \ingroup qtopiaemb */ - +#ifndef QT_NO_SOUND #include "sound.moc" +#endif -- cgit v0.9.0.2