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