mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-17 14:49:21 +01:00
27 lines
412 B
Prolog
27 lines
412 B
Prolog
|
#-------------------------------------------------
|
||
|
#
|
||
|
# 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
|
||
|
LIBS += -ljpeg
|
||
|
|
||
|
RESOURCES += \
|
||
|
rc.qrc
|