summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stockticker/stockticker.pro
blob: e963d016fb0554d0d28e64019abdb1d7a3e93b11 (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
TEMPLATE  = app
CONFIG    = qt warn_on release
HEADERS   = inputDialog.h helpwindow.h
SOURCES   = inputDialog.cpp helpwindow.cpp main.cpp
INTERFACES  = 
TARGET    = stockticker
INCLUDEPATH     += $(OPIEDIR)/include 
DEPENDPATH      += $(OPIEDIR)/include
LIBS+= -lqpe -lopie
DESTDIR = $(OPIEDIR)/bin

TRANSLATIONS = ../../../../i18n/de/stockticker.ts \
         ../../../../i18n/xx/stockticker.ts \
         ../../../../i18n/en/stockticker.ts \
         ../../../../i18n/es/stockticker.ts \
         ../../../../i18n/fr/stockticker.ts \
         ../../../../i18n/hu/stockticker.ts \
         ../../../../i18n/ja/stockticker.ts \
         ../../../../i18n/ko/stockticker.ts \
         ../../../../i18n/no/stockticker.ts \
         ../../../../i18n/pl/stockticker.ts \
         ../../../../i18n/pt/stockticker.ts \
         ../../../../i18n/pt_BR/stockticker.ts \
         ../../../../i18n/sl/stockticker.ts \
         ../../../../i18n/zh_CN/stockticker.ts \
         ../../../../i18n/zh_TW/stockticker.ts \
         ../../../../i18n/it/stockticker.ts \
         ../../../../i18n/da/stockticker.ts

include ( $(OPIEDIR)/include.pro )