We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac3b0b commit 1e0c830Copy full SHA for 1e0c830
.gitignore
@@ -1,4 +1,7 @@
1
+# .gitignore
2
+
3
# C++ objects and libs
4
5
*.slo
6
*.lo
7
*.o
README.md
@@ -1,4 +1,4 @@
-# excelNumber
+# excelColumnNumber
- Convert a column string in Excel to a number. :kr: 엑셀 컬럼 문자열을 숫자료 변환합니다.
excelColumnNumber/excelNumber.pro renamed to excelColumnNumber/excelColumnNumber.pro
@@ -1,3 +1,5 @@
+#
QT -= gui
CONFIG += c++11 console
@@ -14,6 +16,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
14
16
# You can also select to disable deprecated APIs only up to a certain version of Qt.
15
17
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
18
19
+# INCLUDE += .
20
21
# HEADERS += \
22
# .h
23
0 commit comments