diff --git a/.gitmodules b/.gitmodules index 9fca15f2..74863a9f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 \ No newline at end of file diff --git a/ScreenPlay/ScreenPlay.pro b/ScreenPlay/ScreenPlay.pro index b491794e..99720a49 100644 --- a/ScreenPlay/ScreenPlay.pro +++ b/ScreenPlay/ScreenPlay.pro @@ -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/ \