Playing around with dark themes, found one that works. TODO: Display

licenses.
This commit is contained in:
Ernst 2018-09-01 18:47:40 -07:00
parent 263c65ac46
commit 5945969ab8
106 changed files with 9489 additions and 15 deletions

View file

@ -24,17 +24,21 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
main.cpp \
mainwindow.cpp \
main.cpp \
mainwindow.cpp \
assetlist.cpp
HEADERS += \
mainwindow.h \
mainwindow.h \
assetlist.h
FORMS += \
mainwindow.ui \
mainwindow.ui \
assetlist.ui
RESOURCES += \
assets.qrc
assets.qrc \
libs/BreezeStyleSheets/breeze.qrc
INCLUDEPATH += \
libs