mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-22 05:29:14 +01:00
ThpPlayer: fixed compiling on ubuntu 11.10
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@118 389f4c8b-5dfe-645f-db0e-df882bc27289
This commit is contained in:
parent
2540a87077
commit
df68fc7fb5
@ -4,11 +4,14 @@
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
QT += core gui multimedia
|
QT += core gui
|
||||||
|
|
||||||
TARGET = thp_player
|
TARGET = thp_player
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
|
CONFIG += mobility
|
||||||
|
#MOBILITY = multimedia
|
||||||
|
|
||||||
|
|
||||||
SOURCES += main.cpp\
|
SOURCES += main.cpp\
|
||||||
thpwindow.cpp \
|
thpwindow.cpp \
|
||||||
@ -19,7 +22,7 @@ HEADERS += thpwindow.h \
|
|||||||
|
|
||||||
FORMS += thpwindow.ui
|
FORMS += thpwindow.ui
|
||||||
|
|
||||||
CONFIG += static
|
#CONFIG += static
|
||||||
win32 {
|
win32 {
|
||||||
message("win32 build")
|
message("win32 build")
|
||||||
INCLUDEPATH += . ./libpng/include
|
INCLUDEPATH += . ./libpng/include
|
||||||
|
Loading…
Reference in New Issue
Block a user