Ticket #4766: settings.pro.patch1

File settings.pro.patch1, 451 bytes (added by arnonm@…, 18 years ago)

Patch to fix issue

Line 
1Index: settings.pro
2===================================================================
3--- settings.pro (revision 15699)
4+++ settings.pro (working copy)
5@@ -10,6 +10,10 @@
6
7 isEmpty(TARGET_OS) : win32 {
8 CONFIG += mingw
9+ DEFINES += USING_MINGW
10+ DEFINES -= UNICODE
11+ QMAKE_EXTENSION_SHLIB = dll
12+
13 LIBS += -L/bin -lmyth-0.20 -lmythui-0.20 -lmythtv-0.20
14 LIBS += -lmythavformat-0.20 -lmythavcodec-0.20 -lmythavutil-0.20
15 }