This repository was archived by the owner on Mar 22, 2018. It is now read-only.
forked from demmm/welcome
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwelcome.pro
More file actions
58 lines (45 loc) · 1.75 KB
/
welcome.pro
File metadata and controls
58 lines (45 loc) · 1.75 KB
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
#-------------------------------------------------
#
# Project created by QtCreator 2013-12-07T22:14:32
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = welcome
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
RESOURCES += resources.qrc
TRANSLATIONS += translateFile.ts \
translations/translateFile_nl_NL.ts \
translations/translateFile_es.ts \
translations/translateFile_es_AR.ts \
translations/translateFile_fr.ts \
translations/translateFile_it.ts \
translations/translateFile_pt_BR.ts \
translations/translateFile_tr_TR.ts \
translations/translateFile_de.ts \
translations/translateFile_ru.ts \
translations/translateFile_nl_BE.ts \
translations/translateFile_ca.ts \
translations/translateFile_cs.ts \
translations/translateFile_hr_HR.ts \
translations/translateFile_hu.ts \
translations/translateFile_he.ts \
translations/translateFile_sr_RS@latin.ts \
translations/translateFile_sr_RS.ts \
translations/translateFile_id_ID.ts \
translations/translateFile_pl.ts \
translations/translateFile_pt_PT.ts \
translations/translateFile_ar.ts \
# install
target.path = /usr/bin
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = .
desktop.path = /usr/share/applications
desktop.files += welcome.desktop
icon.files += welcome.svg
icon.path += /usr/share/pixmaps
INSTALLS += target desktop icon