You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
836 B
Prolog
43 lines
836 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2013-04-11T16:58:13
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui sql
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = qtJukeBox
|
|
TEMPLATE = app
|
|
|
|
|
|
INCLUDEPATH += "C:/dev/3rdParty/taglib/include"
|
|
DEPENDPATH += "C:/dev/3rdParty/taglib/include"
|
|
LIBS += "C:/dev/3rdParty/taglib/lib/libtag.dll.a"
|
|
|
|
SOURCES += main.cpp\
|
|
cmainwindow.cpp \
|
|
cmediainfo.cpp \
|
|
ctag.cpp \
|
|
cdatabase.cpp \
|
|
cstring.cpp \
|
|
common.cpp \
|
|
cpixmap.cpp \
|
|
cmusicviewitemdelegate.cpp \
|
|
calbum.cpp
|
|
|
|
HEADERS += cmainwindow.h \
|
|
cmediainfo.h \
|
|
ctag.h \
|
|
cdatabase.h \
|
|
cstring.h \
|
|
common.h \
|
|
cpixmap.h \
|
|
cmusicviewitemdelegate.h \
|
|
calbum.h
|
|
|
|
FORMS += cmainwindow.ui
|
|
|
|
#LIBS += -ltaglib
|