diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-09 13:51:11 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-09 13:51:11 +0000 |
| commit | 358003e84b713bf7c99d57f13e0eda0a02c97678 (patch) | |
| tree | 874aeb510810b06b17f992f9e52443b9bd467813 /src/qmmpui/qmmpui.pro | |
| parent | 88571372f965b75842e26771355d8ef85ea03482 (diff) | |
| download | qmmp-358003e84b713bf7c99d57f13e0eda0a02c97678.tar.gz qmmp-358003e84b713bf7c99d57f13e0eda0a02c97678.tar.bz2 qmmp-358003e84b713bf7c99d57f13e0eda0a02c97678.zip | |
added 'file types' settings page
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4139 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index d4a4832e9..3733b2b2d 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -25,11 +25,12 @@ unix { win32 { TARGET = ../../../bin/qmmpui - LIBS += -L../../bin -lqmmp0 - HEADERS += prefassociations.h \ - winfileaccos.h - SOURCES += prefassociations.cpp \ - winfileaccos.cpp + LIBS += -L../../bin -lqmmp0 -lole32 + HEADERS += winfileassoc.h \ + prefassociations.h + SOURCES += winfileassoc.cpp \ + prefassociations.cpp + FORMS += forms/prefassociations.ui } HEADERS += general.h \ |
