mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
- rename to get rid of qt5 in name - switch to fork [1] to add Qt6 support [1] https://gitlab.com/nicolasfella/libaccounts-qt/-/tree/qt6
15 lines
370 B
Prolog
15 lines
370 B
Prolog
--- accounts-qt.pro.orig 2019-09-18 19:00:34 UTC
|
|
+++ accounts-qt.pro
|
|
@@ -2,10 +2,10 @@ include( common-vars.pri )
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
-SUBDIRS += Accounts tests
|
|
+SUBDIRS += Accounts
|
|
|
|
include( common-project-config.pri )
|
|
-include( doc/doc.pri )
|
|
+docs { include( doc/doc.pri ) }
|
|
|
|
DISTNAME = $${PROJECT_NAME}-$${PROJECT_VERSION}
|
|
EXCLUDES = \
|