mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
13 lines
283 B
Prolog
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
|