1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-26 12:42:34 +01:00

Fix no longer needed ScreenPlay class

This commit is contained in:
kelteseth 2017-07-12 21:50:00 +02:00
parent f2a8fb4a3c
commit ca0bfbb281

View File

@ -4,7 +4,6 @@ QT += qml quick av widgets quickcontrols2
CONFIG += c++17
SOURCES += main.cpp \
src/screenplay.cpp \
src/steamworkshop.cpp \
src/installedlistmodel.cpp \
src/monitorlistmodel.cpp \
@ -18,7 +17,6 @@ SOURCES += main.cpp \
RESOURCES += qml.qrc
HEADERS += \
src/screenplay.h \
src/steamworkshop.h \
src/installedlistmodel.h \
src/monitorlistmodel.h \