wiiqt/thp_player/thp_player.pro

34 lines
531 B
Prolog
Raw Normal View History

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