File: qtel.pro

package info (click to toggle)
svxlink 15.11-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 14,296 kB
  • ctags: 7,558
  • sloc: cpp: 48,996; tcl: 3,273; ansic: 2,831; sh: 1,054; perl: 335; ruby: 160; makefile: 96
file content (39 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (5)
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
TEMPLATE	= app
LANGUAGE	= C++

CONFIG	+= qt warn_on release

HEADERS += ComDialog.h MainWindow.h MyMessageBox.h Settings.h \
	EchoLinkDirectoryModel.h MsgHandler.h SettingsDialog.h Vox.h

SOURCES	+= MainWindow.cpp \
	ComDialog.cpp \
	Settings.cpp \
	EchoLinkDirectoryModel.cpp

FORMS	= MainWindowBase.ui \
	ComDialogBase.ui \
	SettingsDialogBase.ui

IMAGES	= images/exit.png \
	images/configure.png

unix {
  UI_DIR = .ui
  MOC_DIR = .moc
  OBJECTS_DIR = .obj
}

TRANSLATIONS = translations/qtel_tmpl.ts \
	       translations/qtel_sv.ts \
	       translations/qtel_de.ts \
	       translations/qtel_tr.ts \
	       translations/qtel_nl.ts \
	       translations/qtel_it.ts \
	       translations/qtel_uk.ts \
	       translations/qtel_ru.ts \
	       translations/qtel_hu.ts \
	       translations/qtel_ja.ts \
	       translations/qtel_fr.ts \
	       translations/qtel_es.ts