summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/opieftp.pro
blob: 509d6f31f9665f2100fa5dfbc274a886d01f3417 (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
TEMPLATE  = app
CONFIG    += qt warn_on release
HEADERS   = opieftp.h inputDialog.h ftplib.h
SOURCES   = opieftp.cpp inputDialog.cpp ftplib.c main.cpp
TARGET    = opieftp
REQUIRES=medium-config
DESTDIR   = $(OPIEDIR)/bin
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS            += -lqpe

TRANSLATIONS    = ../../i18n/pt_BR/opieftp.ts
TRANSLATIONS    += ../../i18n/es/opieftp.ts
TRANSLATIONS    += ../../i18n/pt/opieftp.ts
TRANSLATIONS   += ../../i18n/de/opieftp.ts
TRANSLATIONS   += ../../i18n/en/opieftp.ts
TRANSLATIONS   += ../../i18n/hu/opieftp.ts
TRANSLATIONS   += ../../i18n/sl/opieftp.ts
TRANSLATIONS   += ../../i18n/pl/opieftp.ts
TRANSLATIONS   += ../../i18n/ja/opieftp.ts
TRANSLATIONS   += ../../i18n/ko/opieftp.ts
TRANSLATIONS   += ../../i18n/no/opieftp.ts
TRANSLATIONS   += ../../i18n/zh_CN/opieftp.ts
TRANSLATIONS   += ../../i18n/zh_TW/opieftp.ts
TRANSLATIONS   += ../../i18n/fr/opieftp.ts