Skip to content
Permalink
491dac1f20
Go to file
 
 
Cannot retrieve contributors at this time
12 lines (9 sloc) 207 Bytes
#
# qmake configuration for maemo
#
# Inherit standard linux/unix
include(../linux-g++/qmake.conf)
# Set platform to maemo5
QMAKE_PLATFORM = maemo5
# Add some defines that we want
DEFINES += Q_WS_MAEMO_5
You can’t perform that action at this time.