From: Frank Osterfeld Date: Fri, 24 May 2013 10:55:57 +0000 (+0200) Subject: Don't build app bundle on OS X X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=6a2c2d15c6b7023f5710a6e271981fe899183d9e;p=web%2Fkonrad%2FDeclarativeWidgets.git Don't build app bundle on OS X --- diff --git a/runner.pro b/runner.pro index a0964ff..a8c9cf2 100644 --- a/runner.pro +++ b/runner.pro @@ -3,6 +3,8 @@ TARGET = declarativewidgets DEPENDPATH += . INCLUDEPATH += . lib/ +macx:CONFIG -= app_bundle + LIBS += -L lib -ldeclarativewidgets QT += declarative @@ -10,4 +12,3 @@ QT += declarative # Input SOURCES += \ main.cpp - \ No newline at end of file