You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
820 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2014-02-12T10:41:30
#
#-------------------------------------------------
QT += core gui xml sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets webenginewidgets
TARGET = qtMediaElch2HTML
TEMPLATE = app
SOURCES += main.cpp\
cmainwindow.cpp \
csourcescombodelegate.cpp \
csourcesbuttondelegate.cpp \
cpushbutton.cpp \
cmovie.cpp \
common.cpp \
ctvshow.cpp \
ctvshowepisode.cpp \
cxbmc.cpp \
cgenrecombine.cpp
HEADERS += cmainwindow.h \
csourcescombodelegate.h \
csourcesbuttondelegate.h \
cpushbutton.h \
cmovie.h \
common.h \
ctvshow.h \
ctvshowepisode.h \
cxbmc.h \
cgenrecombine.h
FORMS += cmainwindow.ui
RESOURCES += \
template.qrc