eql5/src/eql_exe.pro

34 lines
530 B
Prolog

QT += widgets
TEMPLATE = app
CONFIG += no_keywords release
INCLUDEPATH += /usr/local/include
LIBS += -lecl -leql5 -L.. -L/usr/local/lib
TARGET = eql5
DESTDIR = ../
OBJECTS_DIR = ./tmp/
MOC_DIR = ./tmp/
QMAKE_RPATHDIR = /usr/lib
linux {
target.path = /usr/bin
}
osx {
target.path = /usr/local/bin
}
INSTALLS = target
win32 {
include(windows.pri)
CONFIG += console
}
osx {
CONFIG -= app_bundle
}
SOURCES += main.cpp
RESOURCES = eql_exe.qrc