This commit is contained in:
itsmattkc
2019-03-29 11:26:20 +11:00
parent ce047dd60f
commit 00e86a4eeb
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -48,10 +48,6 @@ system("which git") {
CONFIG += c++11
CONFIG(debug, debug|release) {
CONFIG += console
}
SOURCES += \
main.cpp \
ui/mainwindow.cpp \
@@ -324,6 +320,10 @@ TRANSLATIONS += \
ts/olive_id.ts
win32 {
CONFIG(debug, debug|release) {
CONFIG += console
}
RC_FILE = packaging/windows/resources.rc
LIBS += -lavutil -lavformat -lavcodec -lavfilter -lswscale -lswresample -lopengl32 -luser32
contains(DEFINES, OLIVE_OCIO) {
+1
View File
@@ -66,6 +66,7 @@ EffectUI::EffectUI(Effect* e) :
SetTitle(effect_name);
QWidget* ui = new QWidget(this);
ui->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Maximum);
SetContents(ui);
SetExpanded(e->IsExpanded());