]> git.sesse.net Git - mlt/blobdiff - src/modules/qt/Makefile
Refactor QApplication creation and fix lifetime of its args.
[mlt] / src / modules / qt / Makefile
index 7a6c60c2bf771c3f528f553565d2b565e81ea8a9..20262b8e2a5152b39f7c94dbff58d93cf56b9442 100644 (file)
@@ -8,7 +8,8 @@ include config.mak
 TARGET = ../libmltqt$(LIBSUF)
 
 OBJS = factory.o producer_qimage.o producer_kdenlivetitle.o
-CPPOBJS = qimage_wrapper.o \
+CPPOBJS = common.o \
+       qimage_wrapper.o \
        kdenlivetitle_wrapper.o \
        consumer_qglsl.o \
        producer_qtext.o