-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqcsv.pro
44 lines (35 loc) · 897 Bytes
/
qcsv.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-09-16T08:47:40
#
#-------------------------------------------------
QT += core gui multimedia concurrent printsupport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qcsv
TEMPLATE = app
CONFIG += debug
CONFIG += c++11
QT += concurrent
SOURCES += main.cpp\
mainwindow.cpp \
qxtcsvmodel.cpp \
qxtglobal.cpp \
configuredialog.cpp \
about.cpp \
technicalsupport.cpp \
simpleqtcryptor.cpp
HEADERS += mainwindow.h \
qxtcsvmodel.h \
qxtglobal.h \
configuredialog.h \
technicalsupport.h \
about.h \
simpleqtcryptor.h \
serpent_sbox.h
FORMS += mainwindow.ui \
configuredialog.ui \
about.ui \
technicalsupport.ui
RESOURCES += \
pictures.qrc
RC_ICONS = pictures\logo.ico