qt-material-widgets/qt-material-widgets.pro

39 lines
1.2 KiB
Prolog
Raw Normal View History

2017-09-28 09:57:56 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2017-09-28T12:54:30
#
#-------------------------------------------------
QT += core gui
2016-03-18 14:21:45 +00:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qt-material-widgets
TEMPLATE = app
2017-09-28 09:57:56 +00:00
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
2016-03-27 19:47:33 +00:00
2017-09-28 09:57:56 +00:00
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
2016-03-18 14:21:45 +00:00
2016-04-28 08:02:56 +00:00
2017-09-28 09:57:56 +00:00
SOURCES += main.cpp\
2017-09-28 10:17:48 +00:00
mainwindow.cpp \
components/qtmaterialavatar.cpp \
lib/qtmaterialstyle.cpp \
lib/qtmaterialtheme.cpp
HEADERS += mainwindow.h \
components/qtmaterialavatar_p.h \
components/qtmaterialavatar.h \
lib/qtmaterialstyle_p.h \
lib/qtmaterialstyle.h \
lib/qtmaterialtheme_p.h \
lib/qtmaterialtheme.h