summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-qmake-prog-in
blob: 1556f3f4cb07b8378ada6c08cf4d2ef58b7d551c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=fixme

config @PACKAGE@
	bool
	prompt "@package@"
	select QT4
	help
	  FIXME

if @PACKAGE@

config @PACKAGE@_TRUNK
	bool
	prompt "use trunk"
	help
	  Build trunk instead of latest release.

endif