From e7440f3513c0ef3e296e77f2da6f8845db0c6c93 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 8 Feb 2008 17:31:46 +0000 Subject: some build fixes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@235 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/ui.pro | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src') diff --git a/src/ui/ui.pro b/src/ui/ui.pro index 527c205f2..bd67c5993 100644 --- a/src/ui/ui.pro +++ b/src/ui/ui.pro @@ -1,9 +1,4 @@ -# ???? ?????? ? KDevelop ?????????? qmake. -# ------------------------------------------- -# ?????????? ???????????? ???????? ???????? ???????: ./src -# ???? - ??????????: ../bin/mp3player - -include(../qmmp.pri) +include(../../qmmp.pri) FORMS += ./forms/configdialog.ui \ ./forms/preseteditor.ui \ @@ -118,12 +113,6 @@ SOURCES += mainwindow.cpp \ shadedvisual.cpp \ shadedbar.cpp -#Some conf to redirect intermediate stuff in separate dirs -UI_DIR=./.build/ui/ -MOC_DIR=./.build/moc/ -OBJECTS_DIR=./.build/obj - - QT += network xml TARGET = ../../bin/qmmp CONFIG += thread release \ -- cgit v1.2.3-13-gbd6f