From df68fc7fb57165edc162b07595e265cead17efd4 Mon Sep 17 00:00:00 2001 From: giantpune Date: Wed, 11 Jan 2012 06:03:12 +0000 Subject: [PATCH] ThpPlayer: fixed compiling on ubuntu 11.10 git-svn-id: http://wiiqt.googlecode.com/svn/trunk@118 389f4c8b-5dfe-645f-db0e-df882bc27289 --- thp_player/thp_player.pro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/thp_player/thp_player.pro b/thp_player/thp_player.pro index 6a2efdc..f0a785c 100644 --- a/thp_player/thp_player.pro +++ b/thp_player/thp_player.pro @@ -4,11 +4,14 @@ # #------------------------------------------------- -QT += core gui multimedia +QT += core gui TARGET = thp_player TEMPLATE = app +CONFIG += mobility +#MOBILITY = multimedia + SOURCES += main.cpp\ thpwindow.cpp \ @@ -19,7 +22,7 @@ HEADERS += thpwindow.h \ FORMS += thpwindow.ui -CONFIG += static +#CONFIG += static win32 { message("win32 build") INCLUDEPATH += . ./libpng/include