-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDaleel.pro
More file actions
39 lines (29 loc) · 692 Bytes
/
Daleel.pro
File metadata and controls
39 lines (29 loc) · 692 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 2012-07-19T09:07:13
#
#-------------------------------------------------
QT += core gui
QT += sql
QT += network
TRANSLATIONS = Daleel_en.ts \
Daleel_fr.ts \
Daleel_ar.ts
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Daleel
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
updates.cpp \
printing/textprinter.cpp \
about.cpp
HEADERS += mainwindow.h \
updates.h \
printing/textprinter.h \
about.h
FORMS += mainwindow.ui \
updates.ui \
about.ui
RESOURCES += \
resources.qrc
RC_FILE = app.rc