-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEmptyPlugin.pro
42 lines (35 loc) · 1.33 KB
/
EmptyPlugin.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
!include("../Common/retroshare_plugin.pri"): error("Could not include file ../Common/retroshare_plugin.pri")
CONFIG += qt uic qrc resources
greaterThan(QT_MAJOR_VERSION, 4) {
# Qt 5
QT += widgets
}
SOURCES = EmptyPluginPlugin.cpp \
topjcdialog.cpp
HEADERS = EmptyPluginPlugin.h \
topjcdialog.h
FORMS = \
topjcdialog.ui
TARGET = EmptyPlugin
RESOURCES = EmptyPlugin_images.qrc lang/EmptyPlugin_lang.qrc
TRANSLATIONS += \
lang/EmptyPlugin_cs.ts \
lang/EmptyPlugin_da.ts \
lang/EmptyPlugin_de.ts \
lang/EmptyPlugin_el.ts \
lang/EmptyPlugin_en.ts \
lang/EmptyPlugin_es.ts \
lang/EmptyPlugin_fi.ts \
lang/EmptyPlugin_fr.ts \
lang/EmptyPlugin_hu.ts \
lang/EmptyPlugin_it.ts \
lang/EmptyPlugin_ja_JP.ts \
lang/EmptyPlugin_ko.ts \
lang/EmptyPlugin_nl.ts \
lang/EmptyPlugin_pl.ts \
lang/EmptyPlugin_ru.ts \
lang/EmptyPlugin_sv.ts \
lang/EmptyPlugin_tr.ts \
lang/EmptyPlugin_zh_CN.ts
OTHER_FILES += \
testit.sh