diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-09 19:56:12 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-09 19:56:12 +0000 |
| commit | 4008075712363ed133940e8edd98348b924d1b85 (patch) | |
| tree | 9c651329e6f4537da66174d198354d251624a883 /src/qmmpui/qmmpui.pro | |
| parent | a7f6d7b496b40690716af72caa4efceb58c03e7a (diff) | |
| download | qmmp-4008075712363ed133940e8edd98348b924d1b85.tar.gz qmmp-4008075712363ed133940e8edd98348b924d1b85.tar.bz2 qmmp-4008075712363ed133940e8edd98348b924d1b85.zip | |
partial mingw support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@899 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index af48ad1fa..1b0f99f6a 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -1,14 +1,17 @@ include(../../qmmp.pri) -TARGET = ../../lib/qmmpui +unix:TARGET = ../../lib/qmmpui +win32:TARGET = ../../../bin/qmmpui CONFIG += release \ warn_on \ +shared \ qt \ thread QMAKE_LIBDIR += ../../lib qmmpui LIBS += -Wl,-rpath,./ -LIBS += -L../../lib -lqmmp +unix:LIBS += -L../../lib -lqmmp +win32:LIBS += -L../../bin -lqmmp0 INCLUDEPATH += ../ TEMPLATE = lib @@ -19,7 +22,7 @@ unix : isEmpty(LIB_DIR){ VERSION = $$QMMP_VERSION -target.path = $$LIB_DIR +unix:target.path = $$LIB_DIR HEADERS += general.h \ generalfactory.h \ @@ -37,7 +40,7 @@ HEADERS += general.h \ playstate.h \ fileloader.h \ mediaplayer.h \ - playlistsettings.h + playlistsettings.h SOURCES += general.cpp \ generalhandler.cpp \ playlistparser.cpp \ @@ -50,9 +53,9 @@ SOURCES += general.cpp \ playlistitem.cpp \ fileloader.cpp \ mediaplayer.cpp \ - playlistsettings.cpp + playlistsettings.cpp -DESTDIR = . +unix:DESTDIR = . RESOURCES += translations/libqmmpui_locales.qrc @@ -64,7 +67,7 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \ translations/libqmmpui_uk_UA.ts \ translations/libqmmpui_zh_TW.ts \ translations/libqmmpui_de.ts - +unix { devel.files += abstractplaylistitem.h \ commandlinemanager.h \ commandlineoption.h \ @@ -82,3 +85,4 @@ devel.files += abstractplaylistitem.h \ devel.path = /include/qmmpui INSTALLS += target devel +} |
