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/tests/auto/tst_pluginmanager/tst_pluginmanager.pro

12 lines
188 B
Prolog

include(../tst_plugin.pri)
TEMPLATE = app
CONFIG += plugin
DESTDIR = $$DESTDIR/../
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets
}
LIBS += -lplugin
HEADERS = *.h
SOURCES = *.cpp