summaryrefslogtreecommitdiff
path: root/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
blob: 13ab523be650d3796f11cbfcf4a219f7cbcd8110 (plain)
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
TEMPLATE        = lib
CONFIG         += plugin
HEADERS         = copyEngine.h \
		StructEnumDefinition.h \
    scanFileOrFolder.h \
    fileErrorDialog.h \
    fileExistsDialog.h \
    fileIsSameDialog.h \
    factory.h \
    StructEnumDefinition_CopyEngine.h \
    DebugEngineMacro.h \
    Variable.h \
    debugDialog.h \
    TransferThread.h \
    ReadThread.h \
    WriteThread.h \
    RmPath.h \
    MkPath.h \
    folderExistsDialog.h \
    AvancedQFile.h \
    ListThread.h \
    ../../../interface/PluginInterface_CopyEngine.h \
    ../../../interface/OptionInterface.h \
    ../../../interface/FacilityInterface.h \
    Filters.h \
    FilterRules.h \
    RenamingRules.h
SOURCES         = copyEngine.cpp \
    scanFileOrFolder.cpp \
    fileErrorDialog.cpp \
    fileExistsDialog.cpp \
    fileIsSameDialog.cpp \
    factory.cpp \
    debugDialog.cpp \
    TransferThread.cpp \
    ReadThread.cpp \
    WriteThread.cpp \
    RmPath.cpp \
    MkPath.cpp \
    folderExistsDialog.cpp \
    AvancedQFile.cpp \
    copyEngine-collision-and-error.cpp \
    ListThread.cpp \
    Filters.cpp \
    FilterRules.cpp \
    RenamingRules.cpp \
    ListThread_InodeAction.cpp
TARGET          = $$qtLibraryTarget(copyEngine)
TRANSLATIONS += Languages/fr/translation.ts \
    Languages/ar/translation.ts \
    Languages/zh/translation.ts \
    Languages/es/translation.ts \
    Languages/de/translation.ts \
    Languages/el/translation.ts \
    Languages/it/translation.ts \
    Languages/ja/translation.ts \
    Languages/id/translation.ts \
    Languages/pl/translation.ts \
    Languages/ru/translation.ts \
    Languages/tr/translation.ts \
    Languages/th/translation.ts \
    Languages/hi/translation.ts \
    Languages/nl/translation.ts \
    Languages/no/translation.ts \
    Languages/pt/translation.ts \
    Languages/ko/translation.ts

FORMS += \
    options.ui \
    fileErrorDialog.ui \
    fileExistsDialog.ui \
    fileIsSameDialog.ui \
    debugDialog.ui \
    folderExistsDialog.ui \
    Filters.ui \
    FilterRules.ui \
    RenamingRules.ui

OTHER_FILES += informations.xml

RESOURCES += \
    resources.qrc