mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-21 16:49:19 +01:00
ThpPlayer: fixed compiling on ubuntu 11.10
This commit is contained in:
parent
f0054aa05a
commit
4750f06e39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user