Skip to content

Commit

Permalink
update qt project
Browse files Browse the repository at this point in the history
  • Loading branch information
j2doll committed Feb 26, 2019
1 parent 8c90796 commit c9c8a54
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
12 changes: 4 additions & 8 deletions Copycat/Copycat.pro
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#-------------------------------------------------
#
# Copycat.pro
#-------------------------------------------------
# QXlsx, MIT License, https://github.com/j2doll/QXlsx
#-------------------------------------------------
# QtXlsx, MIT License, https://github.com/dbzhang800/QtXlsxWriter
# Qt-Table-Printer, BSD 3-Clause License, https://github.com/T0ny0/Qt-Table-Printer
# Qt, LGPL v3 or Commercial License, https://www.qt.io
#-------------------------------------------------
#
# QXlsx, MIT License, https://github.com/QtExcel/QXlsx
#

TARGET = Copycat
TEMPLATE = app
Expand Down
4 changes: 1 addition & 3 deletions HelloAndroid/HelloAndroid.pro
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#
# HelloAndroid.pro
#
# QXlsx
# MIT License
# https://github.com/j2doll/QXlsx
# QXlsx # MIT License # https://github.com/QtExcel/QXlsx

# TARGET = HelloAndroid

Expand Down
2 changes: 1 addition & 1 deletion TestExcel/TestExcel.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##########################################################################
# TestExcel.pro
#
# QXlsx # MIT License # https://github.com/j2doll/QXlsx
# QXlsx # MIT License # https://github.com/QtExcel/QXlsx
## QtXlsx # MIT License # https://github.com/dbzhang800/QtXlsxWriter # http://qtxlsx.debao.me/

TARGET = TestExcel
Expand Down
3 changes: 1 addition & 2 deletions WebServer/WebServer.pro
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#
# WebServer.pro
#
# QXlsx https://github.com/j2doll/QXlsx
# recurse https://github.com/pkoretic/recurse
# QXlsx https://github.com/QtExcel/QXlsx

TARGET = WebServer
TEMPLATE = app
Expand Down
2 changes: 1 addition & 1 deletion chartsquestions/sat_gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

QT += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
# greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = sat_gui
TEMPLATE = app
Expand Down

0 comments on commit c9c8a54

Please sign in to comment.