455723cede
basic skelton for all classes setup and then i will fill in all code later, it's not compilable at this time.
22 lines
375 B
Prolog
22 lines
375 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2016-10-01T14:15:33
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = JustAudio
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += main.cpp\
|
|
gui/ui.cpp \
|
|
gui/file_item.cpp
|
|
|
|
HEADERS += \
|
|
gui/ui.h \
|
|
gui/file_item.h
|