JustAudio/JustAudio.pro
Maurice O'Neal 679fc61feb I've updated the icons to a new hallow outline transparent look. added
stop, next file, previous file buttons along with the added feasures the
buttons represent. i've also added png versions of all of the icons just
in case the svg versions are not practical to use. i also fully built
out a tray icon functionality so the application can now minimize to
system tray. also updated the app logo to a new flat icon type sinewave
look. then finally, i've added the restore button to the tray icon so it
will restore the window back in front from the tray.
2016-10-23 21:26:58 -04:00

37 lines
693 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2016-10-01T14:15:33
#
#-------------------------------------------------
QT += core gui
QT += multimedia
QT += svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = JustAudio
TEMPLATE = app
SOURCES += main.cpp\
gui/ui.cpp\
gui/icon.cpp \
io/aud_file.cpp \
io/conf.cpp \
io/idm.cpp \
io/int.cpp
HEADERS += gui/ui.h\
gui/icon.h \
io/aud_file.h \
io/conf.h \
io/idm.h \
io/int.h
RESOURCES += icon_files.qrc
RC_FILE = logo.rc
DISTFILES += app_logo.ico \
logo.rc