test_plugin.pro 90 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 QT -= gui TARGET = test_plugin TEMPLATE = lib VERSION=0.0.1 SOURCES += test_plugin.cpp