~ubuntu-branches/debian/wheezy/mudlet/wheezy

« back to all changes in this revision

Viewing changes to src/mudlet.h

  • Committer: Bazaar Package Importer
  • Author(s): Craig Small
  • Date: 2011-10-19 06:38:33 UTC
  • Revision ID: james.westby@ubuntu.com-20111019063833-0jlhszb532n3d24a
Tags: 2.0-rc11-2
* Conditionally compiles against lua or luajit Closes: #644649
* Changed ifdef so it is conditional on GLIBC and not Linux Closes:
  #644592

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include <QMdiArea>
37
37
#include "TConsole.h"
38
38
#include "ui_main_window.h"
39
 
#ifdef Q_OS_LINUX
 
39
#ifdef __GLIBC__
40
40
    #include <phonon>
41
41
#else
42
42
    #include <Phonon>