Playing around with dark themes, found one that works. TODO: Display
licenses.
This commit is contained in:
parent
263c65ac46
commit
5945969ab8
106 changed files with 9489 additions and 15 deletions
14
data.pro
14
data.pro
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue