blob: 96a3518d9b13b568f1b8a5122f93a47cfce1eb38 (
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
|
TEMPLATE = app
CONFIG = qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS =
SOURCES = quickexec.cpp
LIBS += -ldl -lqpe
TARGET = quickexec
TRANSLATIONS = ../i18n/de/quickexec.ts \
../i18n/da/quickexec.ts \
../i18n/xx/quickexec.ts \
../i18n/en/quickexec.ts \
../i18n/es/quickexec.ts \
../i18n/fr/quickexec.ts \
../i18n/hu/quickexec.ts \
../i18n/ja/quickexec.ts \
../i18n/ko/quickexec.ts \
../i18n/no/quickexec.ts \
../i18n/pl/quickexec.ts \
../i18n/pt/quickexec.ts \
../i18n/pt_BR/quickexec.ts \
../i18n/sl/quickexec.ts \
../i18n/zh_CN/quickexec.ts \
../i18n/zh_TW/quickexec.ts
include ( $(OPIEDIR)/include.pro )
|