Files
QWidgetDemo/ffmpegdemo/ffmpegdemo.pro
feiyangqingyun db7be43ae2 更新代码
2021-07-02 17:18:16 +08:00

21 lines
479 B
Prolog

QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
android {QT += androidextras}
TARGET = ffmpegdemo
TEMPLATE = app
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = $$PWD/../bin
SOURCES += main.cpp widget.cpp
HEADERS += widget.h
FORMS += widget.ui
CONFIG += warn_off
INCLUDEPATH += $$PWD/ffmpeg
include ($$PWD/ffmpeg/ffmpeg.pri)