EQL5/Qt_EQL_plugin/qt_plugin.pro
2016-11-25 23:30:38 +01:00

13 lines
283 B
Prolog

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