first commit

This commit is contained in:
2016-10-19 19:21:47 +02:00
commit da3abdc095
346 changed files with 59904 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
#-------------------------------------------------
#
# Project created by QtCreator 2013-04-11T16:58:13
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qtJukeBox
TEMPLATE = app
SOURCES += main.cpp\
cmainwindow.cpp \
cmediainfo.cpp \
ctag.cpp \
cdatabase.cpp \
cstring.cpp \
cimage.cpp
HEADERS += cmainwindow.h \
cmediainfo.h \
ctag.h \
cdatabase.h \
cstring.h \
cimage.h
FORMS += cmainwindow.ui
LIBS += -ltaglib