ThpPlayer: fixed compiling on ubuntu 11.10

This commit is contained in:
giantpune 2012-01-11 06:03:12 +00:00
parent f0054aa05a
commit 4750f06e39

View File

@ -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