From 8cd9433599b56d4671dd173211723075d594f812 Mon Sep 17 00:00:00 2001 From: Jay Two Date: Sun, 12 Feb 2023 21:16:59 +0900 Subject: [PATCH] tested in Linux x64 5.15.79.1 (Ubuntu 20.04) --- LICENSE | 2 +- Qxlnt/Qxlnt.pri | 9 +++------ README.ko.md | 2 +- README.md | 2 +- _config.yml | 2 ++ 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 4b820d5..2b1323c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Jay Two +Copyright (c) 2018-Current Jay Two Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Qxlnt/Qxlnt.pri b/Qxlnt/Qxlnt.pri index 3b4502f..ae299f7 100644 --- a/Qxlnt/Qxlnt.pri +++ b/Qxlnt/Qxlnt.pri @@ -1,13 +1,10 @@ # Qxlnt.pri ######################################## -# NOTICE: -# Check your compiler version. we need c++14 or higher version. -# GCC has full support for the previous revision of the C++ standard, -# which was published in 2014. -# See https://gcc.gnu.org/projects/cxx-status.html for more information. +# C++ 1x or 2y -CONFIG += c++14 +#CONFIG += c++14 +CONFIG += c++17 ######################################## # Setting for OS and Compiler diff --git a/README.ko.md b/README.ko.md index 7d7ae09..0aac9d6 100644 --- a/README.ko.md +++ b/README.ko.md @@ -5,7 +5,7 @@

- Qxlnt는 xlnt가 Qt에서 사용될 수있게 해주는 도우미 프로젝트입니다. -- xlnt는 C++14를 사용하는 xlsx 라이브러리입니다. 자세한 정보는 '라이센스 및 링크'를 참조하십시오. +- xlnt는 C++1x를 사용하는 xlsx 라이브러리입니다. 자세한 정보는 '라이센스 및 링크'를 참조하십시오. ## 왜 만들었는가? diff --git a/README.md b/README.md index 7faf4af..c7f7d3d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- Qxlnt is a helper project that allows xlnt to be used in Qt. -- xlnt is xlsx library that using C++14. See 'License and links' for more information. +- xlnt is xlsx library that using C++1x. See 'License and links' for more information. ## Why did you make it? diff --git a/_config.yml b/_config.yml index d9cb318..d9a6e90 100644 --- a/_config.yml +++ b/_config.yml @@ -3,3 +3,5 @@ theme: jekyll-theme-cayman plugins: - jemoji + +