qt6-bb10/tests/auto/qpluginloader/theplugin/theplugin.pro

12 lines
244 B
Prolog

TEMPLATE = lib
CONFIG += plugin
HEADERS = theplugin.h
SOURCES = theplugin.cpp
TARGET = $$qtLibraryTarget(theplugin)
DESTDIR = ../bin
symbian: {
TARGET.EPOCALLOWDLLDATA=1
TARGET.CAPABILITY=ALL -TCB
}