From 358003e84b713bf7c99d57f13e0eda0a02c97678 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 9 Mar 2014 13:51:11 +0000 Subject: 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 --- src/qmmpui/qmmpui.pro | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/qmmpui/qmmpui.pro') 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 \ -- cgit v1.2.3-13-gbd6f