diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-11-24 21:54:59 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-11-24 21:54:59 +0000 |
| commit | a9946929bc45b96acd171a8137600277d122ccd9 (patch) | |
| tree | 5e675c6dbc697ac80ed3920c768c7fd6c328df0f /src/qmmpui/qmmpui.pro | |
| parent | 52cdbf3b10333908693f21a7c04ff7983baf923e (diff) | |
| download | qmmp-a9946929bc45b96acd171a8137600277d122ccd9.tar.gz qmmp-a9946929bc45b96acd171a8137600277d122ccd9.tar.bz2 qmmp-a9946929bc45b96acd171a8137600277d122ccd9.zip | |
general api cleanup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@631 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index adb97de3e..0f0f40f28 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -6,6 +6,11 @@ warn_on \ qt \ thread +QMAKE_LIBDIR += ../../lib qmmpui +LIBS += -Wl,-rpath,./ +LIBS += -L../../lib -lqmmp +INCLUDEPATH += ../ + TEMPLATE = lib unix : isEmpty(LIB_DIR){ @@ -28,23 +33,21 @@ target.path = $$LIB_DIR HEADERS += general.h \ generalfactory.h \ generalhandler.h \ - songinfo.h \ - control.h \ playlistformat.h \ playlistparser.h \ commandlinemanager.h \ commandlineoption.h \ filedialog.h \ filedialogfactory.h \ - qtfiledialog.h + qtfiledialog.h \ + songinfo.h SOURCES += general.cpp \ generalhandler.cpp \ - songinfo.cpp \ - control.cpp \ playlistparser.cpp \ commandlinemanager.cpp \ filedialog.cpp \ - qtfiledialog.cpp + qtfiledialog.cpp \ + songinfo.cpp DESTDIR = . @@ -62,8 +65,6 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \ devel.files += general.h \ generalfactory.h \ generalhandler.h \ - songinfo.h \ - control.h \ playlistformat.h \ playlistparser.h \ commandlinemanager.h \ |
