-
Notifications
You must be signed in to change notification settings - Fork 55
/
acanoe_brower.pro
executable file
·68 lines (52 loc) · 1.29 KB
/
acanoe_brower.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#-------------------------------------------------
#
# Project created by QtCreator 2013-11-18T17:56:49
#
#-------------------------------------------------
QT += core gui
QT += sql
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
win32:LIBS += -lsetupapi
LIBS += -lws2_32
INCLUDEPATH += $$quote(Z:\share\code\qt\acanoe_brower\include)
INCLUDEPATH += C:\inc
LIBS += $$quote(Z:\share\code\qt\acanoe_brower\lib\libgmp.a)
LIBS += $$quote(Z:\share\code\qt\acanoe_brower\lib\libgmpxx.a)
CONFIG += qaxcontainer
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = acanoe_brower
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
title_widget.cpp \
content_widget.cpp \
push_button.cpp \
sqlapi.cpp \
configure.cpp \
toolswidget.cpp \
system_tray.cpp \
input_dialg.cpp \
gmpmath.cpp \
main_menu.cpp \
test.cpp \
excelengine.cpp
HEADERS += mainwindow.h \
title_widget.h \
content_widget.h \
push_button.h \
sqlapi.h \
configure.h \
toolswidget.h \
system_tray.h \
about_us.h \
gmpmath.h \
main_menu.h \
test.h \
excelengine.h
RESOURCES += \
QRC.qrc
OTHER_FILES += \
storage.rc
RC_FILE = \
storage.rc