wiiqt6/thp_player/thp_player.pro
giantpune df68fc7fb5 ThpPlayer: fixed compiling on ubuntu 11.10
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@118 389f4c8b-5dfe-645f-db0e-df882bc27289
2012-01-11 06:03:12 +00:00

37 lines
564 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2011-01-05T10:05:50
#
#-------------------------------------------------
QT += core gui
TARGET = thp_player
TEMPLATE = app
CONFIG += mobility
#MOBILITY = multimedia
SOURCES += main.cpp\
thpwindow.cpp \
gcvid.cpp
HEADERS += thpwindow.h \
gcvid.h
FORMS += thpwindow.ui
#CONFIG += static
win32 {
message("win32 build")
INCLUDEPATH += . ./libpng/include
LIBS += -L./libpng/lib -ljpeg
}
else {
LIBS += -ljpeg
}
RESOURCES += \
rc.qrc