-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCyriax.pro
executable file
·53 lines (38 loc) · 940 Bytes
/
Cyriax.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-11-21T10:15:33
#
#-------------------------------------------------
QT += core gui
QT += sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Cyriax
TEMPLATE = app
####### Output directory
OBJECTS_DIR = build/
MOC_DIR = build/
UI_DIR = build/
####### Files
SOURCES += src/main.cpp\
src/firewall.cpp \
src/mostrarreglas.cpp \
src/conf.cpp \
src/eliminarreglas.cpp \
src/confbd.cpp \
src/agregarreglaweb.cpp \
src/agregarreglas.cpp
HEADERS += src/firewall.h \
src/mostrarreglas.h \
src/conf.h \
src/eliminarreglas.h \
src/confbd.h \
src/agregarreglaweb.h \
src/agregarreglas.h
FORMS += src/firewall.ui \
src/mostrarreglas.ui \
src/conf.ui \
src/eliminarreglas.ui \
src/confbd.ui \
src/agregarreglaweb.ui \
src/agregarreglas.ui
DESTDIR = bin/