mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Clean git
This commit is contained in:
parent
5901ec592a
commit
9d19c8c45c
10
.gitmodules
vendored
10
.gitmodules
vendored
@ -1,12 +1,6 @@
|
|||||||
[submodule "QtAV"]
|
[submodule "QtAV"]
|
||||||
path = ThirdParty/QtAV
|
path = ScreenPlay/ThirdParty/QtAV
|
||||||
url = https://github.com/wang-bin/QtAV.git
|
url = https://github.com/wang-bin/QtAV.git
|
||||||
[submodule "stomt-qt-sdk"]
|
[submodule "stomt-qt-sdk"]
|
||||||
path = ThirdParty/stomt-qt-sdk
|
path = ScreenPlay/ThirdParty/stomt-qt-sdk
|
||||||
url = https://github.com/Aimber/stomt-qt-sdk.git
|
|
||||||
[submodule "fontawesome"]
|
|
||||||
path = ThirdParty/fontawesome
|
|
||||||
url = https://github.com/benlau/fontawesome.pri.git
|
|
||||||
[submodule "ThirdParty/stomt-qt-sdk"]
|
|
||||||
path = ThirdParty/stomt-qt-sdk
|
|
||||||
url = https://github.com/Aimber/stomt-qt-sdk.git
|
url = https://github.com/Aimber/stomt-qt-sdk.git
|
@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
QT += qml quick av sql widgets quickcontrols2 webkit
|
QT += qml quick av sql widgets quickcontrols2 webkit
|
||||||
CONFIG += c++17
|
CONFIG += c++17
|
||||||
|
#DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
|
||||||
|
|
||||||
TARGETPATH = ScreenPlay
|
TARGETPATH = ScreenPlay
|
||||||
|
|
||||||
@ -20,7 +20,9 @@ SOURCES += main.cpp \
|
|||||||
src/workshopitem.cpp \
|
src/workshopitem.cpp \
|
||||||
src/widgetbridge.cpp \
|
src/widgetbridge.cpp \
|
||||||
src/installedlistfilter.cpp \
|
src/installedlistfilter.cpp \
|
||||||
src/sdkconnector.cpp
|
src/sdkconnector.cpp \
|
||||||
|
src/projectfile.cpp \
|
||||||
|
src/projectsettingslistitem.cpp
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
Resources.qrc \
|
Resources.qrc \
|
||||||
@ -42,7 +44,9 @@ HEADERS += \
|
|||||||
src/workshopitem.h \
|
src/workshopitem.h \
|
||||||
src/widgetbridge.h \
|
src/widgetbridge.h \
|
||||||
src/installedlistfilter.h \
|
src/installedlistfilter.h \
|
||||||
src/sdkconnector.h
|
src/sdkconnector.h \
|
||||||
|
src/projectfile.h \
|
||||||
|
src/projectsettingslistitem.h
|
||||||
|
|
||||||
INCLUDEPATH += \
|
INCLUDEPATH += \
|
||||||
$$PWD/ThirdParty/ \
|
$$PWD/ThirdParty/ \
|
||||||
|
Loading…
Reference in New Issue
Block a user