summaryrefslogtreecommitdiff
path: root/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
blob: 0f1cb68d9229a05e0e6d31374167e3e00766d728 (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
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
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
TARGET          = $$qtLibraryTarget(copyEngine)
TRANSLATIONS   += Languages/fr/translation.ts \
    Languages/ar/translation.ts \
    Languages/ch/translation.ts \
    Languages/es/translation.ts \
    Languages/de/translation.ts \
    Languages/el/translation.ts \
    Languages/it/translation.ts \
    Languages/jp/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

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

OTHER_FILES += informations.xml