diff options
Diffstat (limited to 'tests/auto/qpluginloader/qpluginloader.pro')
-rw-r--r-- | tests/auto/qpluginloader/qpluginloader.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qpluginloader/qpluginloader.pro b/tests/auto/qpluginloader/qpluginloader.pro new file mode 100644 index 0000000..50c17ed --- /dev/null +++ b/tests/auto/qpluginloader/qpluginloader.pro @@ -0,0 +1,12 @@ +TEMPLATE = subdirs +CONFIG += ordered +SUBDIRS = lib \ + theplugin \ + tst +!win32: !macx-*: SUBDIRS += almostplugin +TARGET = tst_qpluginloader + +# no special install rule for subdir +INSTALLS = + + |