aboutsummaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorvovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38>2007-07-24 16:05:25 +0000
committervovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38>2007-07-24 16:05:25 +0000
commit6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016 (patch)
treee48d4fc57cf018e8f33442521a3f08682ff3437e /src/src.pro
parente838956a1dee86e490701e72c1f04ced7a4fdda6 (diff)
downloadqmmp-6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016.tar.gz
qmmp-6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016.tar.bz2
qmmp-6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016.zip
added filedialog interface, fixed plugin paths
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@38 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/src.pro b/src/src.pro
index 9db9ac694..0e8baefe0 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -8,7 +8,8 @@ include(../qmmp.pri)
FORMS += configdialog.ui \
preseteditor.ui \
jumptotrackdialog.ui \
- aboutdialog.ui
+ aboutdialog.ui
+
HEADERS += mainwindow.h \
fileloader.h \
button.h \
@@ -54,7 +55,10 @@ HEADERS += mainwindow.h \
jumptotrackdialog.h \
aboutdialog.h \
timeindicator.h \
- keyboardmanager.h
+ keyboardmanager.h \
+ filedialog.h
+
+
SOURCES += mainwindow.cpp \
mp3player.cpp \
fileloader.cpp \
@@ -99,7 +103,11 @@ SOURCES += mainwindow.cpp \
jumptotrackdialog.cpp \
aboutdialog.cpp \
timeindicator.cpp \
- keyboardmanager.cpp
+ keyboardmanager.cpp \
+ filedialog.cpp
+
+
+
contains(CONFIG,XSPF_PLUGIN){
message(*********************************************)
message(* XSPF support will be compiled as plugin *)