forked from aarnt/octopi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
octopi.pro
124 lines (113 loc) · 3.99 KB
/
octopi.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#-------------------------------------------------
#
# Project created by QtCreator 2013-02-21T18:57:08
#
#-------------------------------------------------
QT += core gui network xml dbus
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets quick quickwidgets
DEFINES += OCTOPI_EXTENSIONS
CONFIG += qt warn_on debug
QMAKE_CXXFLAGS += -std=c++11
TEMPLATE = app
DESTDIR += bin
OBJECTS_DIR += build
MOC_DIR += build
UI_DIR += build
HEADERS += src/QtSolutions/qtsingleapplication.h \
src/QtSolutions/qtlocalpeer.h \
repoeditor/repoentry.h \
src/repoconf.h \
src/mainwindow.h \
src/strconstants.h \
src/searchlineedit.h \
src/argumentlist.h \
src/settingsmanager.h \
src/uihelper.h \
src/package.h \
src/unixcommand.h \
src/wmhelper.h \
src/treeviewpackagesitemdelegate.h \
src/searchbar.h \
src/transactiondialog.h \
src/globals.h \
src/multiselectiondialog.h \
src/packagerepository.h \
src/model/packagemodel.h \
src/ui/octopitabinfo.h \
src/utils.h \
src/terminal.h
greaterThan(QT_VERSION, 5.3): HEADERS += src/terminalselectordialog.h
SOURCES += src/QtSolutions/qtsingleapplication.cpp \
src/QtSolutions/qtlocalpeer.cpp \
repoeditor/repoentry.cpp \
src/repoconf.cpp \
src/main.cpp\
src/mainwindow.cpp \
src/searchlineedit.cpp \
src/argumentlist.cpp \
src/settingsmanager.cpp \
src/package.cpp \
src/unixcommand.cpp \
src/wmhelper.cpp \
src/treeviewpackagesitemdelegate.cpp \
src/mainwindow_init.cpp \
src/mainwindow_transaction.cpp \
src/mainwindow_events.cpp \
src/mainwindow_help.cpp \
src/searchbar.cpp \
src/mainwindow_searchbar.cpp \
src/transactiondialog.cpp \
src/mainwindow_news.cpp \
src/mainwindow_refresh.cpp \
src/globals.cpp \
src/multiselectiondialog.cpp \
src/packagerepository.cpp \
src/model/packagemodel.cpp \
src/ui/octopitabinfo.cpp \
src/utils.cpp \
src/terminal.cpp
greaterThan(QT_VERSION, 5.3): SOURCES += src/terminalselectordialog.cpp
FORMS += ui/mainwindow.ui \
ui/transactiondialog.ui \
ui/multiselectiondialog.ui
RESOURCES += resources.qrc
TRANSLATIONS += resources/translations/octopi_pt_BR.ts \
resources/translations/octopi_fr_FR.ts \
resources/translations/octopi_es_ES.ts \
resources/translations/octopi_es_419.ts \
resources/translations/octopi_es_AR.ts \
resources/translations/octopi_el.ts \
resources/translations/octopi_de.ts \
resources/translations/octopi_it.ts \
resources/translations/octopi_ro.ts \
resources/translations/octopi_tr_TR.ts \
resources/translations/octopi_ar.ts \
resources/translations/octopi_ca.ts \
resources/translations/octopi_bg.ts \
resources/translations/octopi_pl.ts \
resources/translations/octopi_id.ts \
resources/translations/octopi_da.ts \
resources/translations/octopi_cs.ts \
resources/translations/octopi_he.ts \
resources/translations/octopi_lt.ts \
resources/translations/octopi_nb.ts \
resources/translations/octopi_sr@latin.ts \
resources/translations/octopi_sr_RS.ts \
resources/translations/octopi_nl.ts \
resources/translations/octopi_ru.ts \
resources/translations/octopi_uz.ts \
resources/translations/octopi_fi.ts \
resources/translations/octopi_vi.ts \
resources/translations/octopi_en_GB.ts \
resources/translations/octopi_pt_PT.ts \
resources/translations/octopi_sv.ts \
resources/translations/octopi_hu.ts \
resources/translations/octopi_zh_TW.ts \
resources/translations/octopi_ms_MY.ts \
resources/translations/octopi_uk.ts \
resources/translations/octopi_sk.ts \
resources/translations/octopi_ja.ts \
resources/translations/octopi_eu.ts
greaterThan(QT_MAJOR_VERSION, 4){
TRANSLATIONS += resources/translations/octopi_ast.ts
}