diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-08 17:31:46 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-08 17:31:46 +0000 |
| commit | e7440f3513c0ef3e296e77f2da6f8845db0c6c93 (patch) | |
| tree | 43c0a403970df68127fa794b2db6be9c4a1e8c26 /src | |
| parent | 8446b57d05d8d42c8aa1d9ccfb11a9370bac5b78 (diff) | |
| download | qmmp-e7440f3513c0ef3e296e77f2da6f8845db0c6c93.tar.gz qmmp-e7440f3513c0ef3e296e77f2da6f8845db0c6c93.tar.bz2 qmmp-e7440f3513c0ef3e296e77f2da6f8845db0c6c93.zip | |
some build fixes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@235 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/ui.pro | 13 |
1 files changed, 1 insertions, 12 deletions
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 \ |
