mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
14 lines
227 B
Prolog
14 lines
227 B
Prolog
QT += core
|
|
TEMPLATE = lib
|
|
CONFIG += plugin release
|
|
DESTDIR = ../
|
|
TARGET = cpp
|
|
OBJECTS_DIR = ./tmp/
|
|
MOC_DIR = ./tmp/
|
|
|
|
win32 {
|
|
include(../../src/windows.pri)
|
|
}
|
|
|
|
HEADERS += lib.h
|
|
SOURCES += lib.cpp
|