-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUdoDB.pro
More file actions
39 lines (29 loc) · 705 Bytes
/
UdoDB.pro
File metadata and controls
39 lines (29 loc) · 705 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
#-------------------------------------------------
#
# Project created by QtCreator 2016-02-09T11:44:14
#
#-------------------------------------------------
QT += core gui sql axcontainer
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = UdoDB
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
searchdialog.cpp \
connectiondialog.cpp \
tableopt.cpp \
help.cpp
HEADERS += mainwindow.h \
searchdialog.h \
connectiondialog.h \
tableopt.h \
help.h
FORMS += mainwindow.ui \
searchdialog.ui \
connectiondialog.ui \
tableopt.ui \
help.ui
QMAKE_CXXFLAGS += -std=gnu++0x
RESOURCES += \
sources.qrc
RC_ICONS = Icons\udod.ico