This repository has been archived on 2023-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
plugin/src/plugin.pro

16 lines
329 B
Prolog

VERSION = 1.0.0
QMAKE_TARGET_COMPANY = "RTPTechGroup"
QMAKE_TARGET_PRODUCT = "Plugin Library"
QMAKE_TARGET_DESCRIPTION = "Plugin Library"
QMAKE_TARGET_COPYRIGHT = "Copyright (C) RTPTechGroup"
include(../libs.pri)
DEFINES += PLUGIN_LIBRARY
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets
}
HEADERS = *.h
SOURCES = *.cpp