Support WXQT in CMake

This commit is contained in:
Maarten Bent
2018-09-25 19:41:17 +02:00
parent 4c06c43f26
commit 1dfe088b4d
9 changed files with 60 additions and 13 deletions

View File

@@ -379,6 +379,14 @@ set(MEDIA_QT_SRC
src/qt/mediactrl.cpp
)
set(OPENGL_QT_HDR
wx/qt/glcanvas.h
)
set(OPENGL_QT_SRC
src/qt/glcanvas.cpp
)
set(BASE_CMN_SRC
src/common/any.cpp
src/common/appbase.cpp