mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-04-27 07:10:59 -07:00
fix for OSX
This commit is contained in:
parent
b09d8bc705
commit
ff048219c4
2 changed files with 5 additions and 1 deletions
|
|
@ -17,4 +17,8 @@ win32 {
|
|||
CONFIG += console
|
||||
}
|
||||
|
||||
osx {
|
||||
CONFIG -= app_bundle
|
||||
}
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue