Skip to content

Commit

Permalink
tested in Linux x64 5.15.79.1 (Ubuntu 20.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
j2doll committed Feb 12, 2023
1 parent 9e05d74 commit 8cd9433
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 3 additions & 6 deletions Qxlnt/Qxlnt.pri
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center"><img src="https://github.com/QtExcel/Qxlnt/raw/master/markdown-data/Concept-QXlnt.jpg"></p>

- Qxlnt는 xlnt가 Qt에서 사용될 수있게 해주는 도우미 프로젝트입니다.
- xlnt는 C++14를 사용하는 xlsx 라이브러리입니다. 자세한 정보는 '라이센스 및 링크'를 참조하십시오.
- xlnt는 C++1x를 사용하는 xlsx 라이브러리입니다. 자세한 정보는 '라이센스 및 링크'를 참조하십시오.

## 왜 만들었는가?

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center"><img src="https://github.com/QtExcel/Qxlnt/raw/master/markdown-data/Concept-QXlnt.jpg"></p>

- 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?

Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ theme: jekyll-theme-cayman

plugins:
- jemoji


0 comments on commit 8cd9433

Please sign in to comment.