Refactor: Follow Qt5 module's file directories style

Xlsx Shared library can be used now
This commit is contained in:
Debao Zhang
2013-08-29 17:14:27 +08:00
parent a563809f77
commit 929db3d481
47 changed files with 95 additions and 47 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = hello
SUBDIRS += \
style
SUBDIRS = xlsx
-5
View File
@@ -1,5 +0,0 @@
TARGET = hello
include(../../src/qtxlsxwriter.pri)
SOURCES += main.cpp
-5
View File
@@ -1,5 +0,0 @@
TARGET = style
include(../../src/qtxlsxwriter.pri)
SOURCES += main.cpp
+6
View File
@@ -0,0 +1,6 @@
TARGET = hello
#include(../../../src/xlsx/qtxlsx.pri)
QT+=xlsx
SOURCES += main.cpp
+6
View File
@@ -0,0 +1,6 @@
TARGET = style
#include(../../../src/xlsx/qtxlsx.pri)
QT += xlsx
SOURCES += main.cpp
+3
View File
@@ -0,0 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = hello style