Skip to content

Commit

Permalink
Simplified test project regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Nov 1, 2017
1 parent 4b3f951 commit 6d5c308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoproject.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Project
property var items:
{
return {
AutoprojectApp: { pattern: "(\\/[Tt]est|[Tt]est\\.(cpp|h)|\\/[Mm]ain\\.cpp)$" },
AutoprojectApp: { pattern: "\\/([Tt]est|[Tt]est\\.(cpp|h)|[Mm]ain\\.cpp)$" },
AutoprojectDynamicLib: { pattern: "\\/([Ii]ncludes?|.+\\.h)$", contentPattern: "[A-Z\d_]+SHARED " },
AutoprojectPlugin: { pattern: "\\/.+\\.h$", contentPattern: "Q_INTERFACES\\(([a-zA-Z\d]+(, |,|))+\\)" },
AutoprojectStaticLib: { pattern: "\\/([Ll]ib|.+\\.cpp)$" },
Expand Down

0 comments on commit 6d5c308

Please sign in to comment.