-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapLabelPrint.pro
41 lines (32 loc) · 873 Bytes
/
apLabelPrint.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#-------------------------------------------------
#
# Project created by QtCreator 2015-08-08T09:14:23
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = apLabelPrint
TEMPLATE = app
*-g++* {
QMAKE_CXXFLAGS += -std=c++11
}
SOURCES += main.cpp\
apLabelPrintMainWindow.cpp \
apqunqlite/qunqlite.cpp \
apqunqlite/qunqlitecursor.cpp \
apqunqlite/UnQLite/unqlite.c \
apqunqlite/apUnQLite.cpp \
apTextEdit.cpp \
apTextDocumentLayout.cpp
HEADERS += apLabelPrintMainWindow.h \
apqunqlite/UnQLite/unqlite.h \
apqunqlite/dpointer.h \
apqunqlite/qunqlite.h \
apqunqlite/qunqlitecursor.h \
apqunqlite/apUnQLite.h \
apTextEdit.h \
apTextDocumentLayout.h
FORMS += apLabelPrintMainWindow.ui
DISTFILES += \
.gitignore \
LICENSE.md