-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZIMA-CAD-Sync.pro
More file actions
50 lines (39 loc) · 1.01 KB
/
ZIMA-CAD-Sync.pro
File metadata and controls
50 lines (39 loc) · 1.01 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
#-------------------------------------------------
#
# Project created by QtCreator 2013-03-03T16:57:02
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets ftp
TARGET = ZIMA-CAD-Sync
TEMPLATE = app
win32:INCLUDEPATH += ../
VPATH += ./src
SOURCES += ZIMA-CAD-Sync.cpp\
MainWindow.cpp \
src/BaseSynchronizer.cpp \
src/FtpSynchronizer.cpp \
src/Item.cpp \
src/AboutDialog.cpp \
src/SettingsDialog.cpp
HEADERS += MainWindow.h \
src/BaseSynchronizer.h \
src/FtpSynchronizer.h \
src/Item.h \
src/AboutDialog.h \
src/ZIMA-CAD-Sync.h \
src/SettingsDialog.h
FORMS += MainWindow.ui \
src/AboutDialog.ui \
src/SettingsDialog.ui
CODECFORTR = UTF-8
TRANSLATIONS += locale/ZIMA-CAD-Sync_cs_CZ.ts
win32:RC_FILE = src/ZIMA-CAD-Sync.rc
RESOURCES += \
ZIMA-CAD-Sync.qrc
OTHER_FILES += \
src/ZIMA-CAD-Sync.rc \
AUTHORS \
LICENSE \
README
unix:!symbian|win32: LIBS += -lquazip