From 6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016 Mon Sep 17 00:00:00 2001 From: vovanec Date: Tue, 24 Jul 2007 16:05:25 +0000 Subject: 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 --- src/src.pro | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'src/src.pro') 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 *) -- cgit v1.2.3-13-gbd6f