-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflashsearch.pro
59 lines (49 loc) · 1.25 KB
/
flashsearch.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
#-------------------------------------------------
#
# Project created by QtCreator 2023-12-09T10:55:58
#
#-------------------------------------------------
QT += core gui sql printsupport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 4): CONFIG += c++11
lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11
TARGET = flashsearch
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
tablehash.cpp \
successdelete.cpp \
faileddelete.cpp \
successinsert.cpp \
failedinsert.cpp \
qcustomplot.cpp \
comparehashnohash.cpp \
comparehashhash.cpp \
basenonchargee.cpp \
basesauvegardee.cpp \
donneescorrompues.cpp
HEADERS += mainwindow.h \
tablehash.h \
dbheader.h \
successdelete.h \
faileddelete.h \
successinsert.h \
failedinsert.h \
qcustomplot.h \
comparehashnohash.h \
comparehashhash.h \
basenonchargee.h \
basesauvegardee.h \
donneescorrompues.h
FORMS += mainwindow.ui \
successdelete.ui \
faileddelete.ui \
successinsert.ui \
failedinsert.ui \
comparehashnohash.ui \
comparehashhash.ui \
basenonchargee.ui \
basesauvegardee.ui \
donneescorrompues.ui
RESOURCES += \
resources.qrc