simple_mtglife
diff simple_mtglife.pro @ 6:9e3e14ed98eb
android: keep from sleeping while the app is active
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 16 Feb 2015 05:46:07 +0200 |
parents | 7cac97dca573 |
children |
line diff
1.1 --- a/simple_mtglife.pro Mon Jan 26 12:04:33 2015 +0200 1.2 +++ b/simple_mtglife.pro Mon Feb 16 05:46:07 2015 +0200 1.3 @@ -4,7 +4,8 @@ 1.4 # 1.5 #------------------------------------------------- 1.6 1.7 -QT += core gui 1.8 +QT += core gui 1.9 +android:QT += androidextras 1.10 1.11 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 1.12