EQL5/Qt_EQL_plugin/qt_plugin.pro
2017-03-04 11:41:32 +01:00

15 lines
284 B
Prolog

TEMPLATE = lib
CONFIG += dll no_keywords release
INCLUDEPATH += ../src
LIBS += -L.. -leql5
TARGET = qt_plugin
DESTDIR = ./
OBJECTS_DIR = ./tmp/
MOC_DIR = ./tmp/
win32 {
include(../src/windows.pri)
}
HEADERS = qt_plugin.h
SOURCES = qt_plugin.cpp