blob: 60cb2ec656762b9e0710614a086f99eace983acc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/plugins/plugins.pro.orig 2021-08-27 22:02:52 UTC
+++ src/plugins/plugins.pro
@@ -2,6 +2,7 @@ TEMPLATE = subdirs
# Automatically include all sub-folders, but not the .pro file
SUBDIR_LIST = $$files($$PWD/*)
+SUBDIR_LIST -= $$files($$PWD/*.orig)
SUBDIR_LIST -= $$PWD/plugins.pro
SUBDIR_LIST -= $$PWD/db_plugin.pri
SUBDIR_LIST -= $$PWD/lay_plugin.pri
|