mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -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
11 lines
340 B
Text
11 lines
340 B
Text
--- common-project-config.pri.orig 2020-07-09 18:52:52 UTC
|
|
+++ common-project-config.pri
|
|
@@ -19,7 +19,7 @@ UI_SOURCES_DIR = ui/src
|
|
# we don't like warnings...
|
|
#QMAKE_CXXFLAGS *= -Werror
|
|
|
|
-CONFIG += c++11
|
|
+CONFIG += c++17
|
|
|
|
#-----------------------------------------------------------------------------
|
|
# setup the installation prefix
|