Refactor: Follow Qt5 module's file directories style
Xlsx Shared library can be used now
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = hello
|
||||
|
||||
SUBDIRS += \
|
||||
style
|
||||
SUBDIRS = xlsx
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
TARGET = hello
|
||||
|
||||
include(../../src/qtxlsxwriter.pri)
|
||||
|
||||
SOURCES += main.cpp
|
||||
@@ -1,5 +0,0 @@
|
||||
TARGET = style
|
||||
|
||||
include(../../src/qtxlsxwriter.pri)
|
||||
|
||||
SOURCES += main.cpp
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
TARGET = hello
|
||||
|
||||
#include(../../../src/xlsx/qtxlsx.pri)
|
||||
QT+=xlsx
|
||||
|
||||
SOURCES += main.cpp
|
||||
@@ -0,0 +1,6 @@
|
||||
TARGET = style
|
||||
|
||||
#include(../../../src/xlsx/qtxlsx.pri)
|
||||
QT += xlsx
|
||||
|
||||
SOURCES += main.cpp
|
||||
@@ -0,0 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = hello style
|
||||
|
||||
Reference in New Issue
Block a user