fix for OSX

This commit is contained in:
polos 2017-05-02 08:31:39 +02:00
parent b09d8bc705
commit ff048219c4
2 changed files with 5 additions and 1 deletions

View file

@ -17,4 +17,8 @@ win32 {
CONFIG += console
}
osx {
CONFIG -= app_bundle
}
SOURCES += main.cpp

View file

@ -3,7 +3,7 @@ TEMPLATE = lib
CONFIG += dll no_keywords release
DEFINES += EQL_LIBRARY
INCLUDEPATH += /usr/local/include
LIBS += -lecl -L. -lini_eql5
LIBS += -lecl -L. -lini_eql5 -L/usr/local/lib
TARGET = eql5
DESTDIR = ../
OBJECTS_DIR = ./tmp/