From f02b0661124388fd9b7044faccb575d6a592c14c Mon Sep 17 00:00:00 2001 From: Thomas Frauendorfer Date: Mon, 20 Jul 2009 12:40:22 +0200 Subject: [PATCH] OTHER: Fix some pathes for build configuration on MacOS Thanks to tru for pointing out those problems --- src/src.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/src.pro b/src/src.pro index ad9840f..ea92d35 100644 --- a/src/src.pro +++ b/src/src.pro @@ -21,8 +21,7 @@ DESTDIR = $$PWD/.. RESOURCES += ../data/promoe.qrc RESOURCES += ../data/Almond-blue.qrc -macx:RC_FILE = promoe.icns -macx:INCLUDEPATH = /sw/include +macx:RC_FILE = ../promoe.icns QT += network ;macx:QTPLUGIN += qjpeg