-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExampleApp.pro
More file actions
76 lines (43 loc) · 960 Bytes
/
ExampleApp.pro
File metadata and controls
76 lines (43 loc) · 960 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2011-12-07T10:42:07
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ExampleApp
TEMPLATE = app
# Investigar esto
### VERSION = $$system(git --algo)
SOURCES += main.cpp\
mainwindow.cpp \
conndialog.cpp \
loginmodel.cpp \
pwchangedialog.cpp \
dbutil.cpp \
strutil.cpp \
dbinfodialog.cpp \
roleadmindialog.cpp \
paramsdialog.cpp \
testwidget.cpp
HEADERS += mainwindow.h \
conndialog.h \
loginmodel.h \
pwchangedialog.h \
dbutil.h \
strutil.h \
dbinfodialog.h \
roleadmindialog.h \
paramsdialog.h \
testwidget.h
CODECFORTR = UTF-8
TRANSLATIONS += \
ts/ExampleApp_es.ts
RESOURCES += \
resources.qrc
win32 {
RC_FILE = win32.rc
}
OTHER_FILES += \
win32.rc \
TODO.txt