blob: 09b15f34d1a575675c6a15f4ed52192e188aaee4 (
plain) (
blame)
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
|
include($$PWD/../../SQLiteStudio3/plugins.pri)
QT += widgets
TARGET = MultiEditorImage
TEMPLATE = lib
DEFINES += MULTIEDITORIMAGE_LIBRARY
SOURCES += multieditorimage.cpp
HEADERS += multieditorimage.h\
multieditorimage_global.h
OTHER_FILES += \
multieditorimage.json
RESOURCES += \
multieditorimage.qrc
TRANSLATIONS += \
MultiEditorImage_ro_RO.ts\
MultiEditorImage_de.ts\
MultiEditorImage_it.ts\
MultiEditorImage_zh_CN.ts\
MultiEditorImage_sk.ts\
MultiEditorImage_ru.ts\
MultiEditorImage_pt_BR.ts\
MultiEditorImage_fr.ts\
MultiEditorImage_es.ts\
MultiEditorImage_pl.ts
|