TEMPLATE = app CONFIG = qt warn_on TMAKE_CC = ccache arm-linux-gcc TMAKE_CXX = ccache arm-linux-g++ TMAKE_LINK = ccache arm-linux-gcc TMAKE_CFLAGS = $$TMAKE_CFLAGS -march=armv4 -mtune=strongarm -O3 TMAKE_CXXFLAGS = $$TMAKE_CXXFLAGS -march=armv4 -mtune=strongarm -O3 DEFINES += QTOPIA NDEBUG LOWPERF LIBS = -lqpe -lstdc++ -lpthread INCLUDEPATH += \ ui/aspectwidgets/qt3 \ ui/config/qt3 \ ui/skin/qt3 \ compat/sharp-qtopia/qt \ compat/sharp-qtopia/qhttp3 \ compat/sharp-qtopia/tkmix HEADERS += \ ui/aspectwidgets/qt3/playlistview.h \ ui/aspectwidgets/qt3/playlistoverview.h \ ui/config/qt3/formatsconfig.h \ ui/config/qt3/hotkeyconfig.h \ ui/skin/qt3/seekbar.h \ compat/sharp-qtopia/qt/qinputdialog.h \ compat/sharp-qtopia/qt/qinternal_p.h \ compat/sharp-qtopia/qt/qprocess.h \ compat/sharp-qtopia/qt/qmemarray.h \ compat/sharp-qtopia/qt/qptrcollection.h \ compat/sharp-qtopia/qt/qptrlist.h \ compat/sharp-qtopia/qt/qptrqueue.h \ compat/sharp-qtopia/qt/qcleanuphandler.h \ compat/sharp-qtopia/qt/qregexp.h \ compat/sharp-qtopia/qt/qlistview.h \ compat/sharp-qtopia/qt/qprogressdialog.h \ compat/sharp-qtopia/qt/qsemimodal.h \ compat/sharp-qtopia/qt/qsplitter.h \ compat/sharp-qtopia/qt/qthread.h \ compat/sharp-qtopia/qt/qthread_p.h \ compat/sharp-qtopia/qhttp3/qhttp.h \ compat/sharp-qtopia/qhttp3/qnetworkprotocol.h \ compat/sharp-qtopia/qhttp3/qurloperator.h \ compat/sharp-qtopia/qhttp3/qlocalfs.h \ compat/sharp-qtopia/qhttp3/qurlinfo.h \ compat/sharp-qtopia/tkmix/qtkfiledialog.h \ core/platform/batteryplus.h SOURCES += \ ui/aspectwidgets/qt3/playlistview.cpp \ ui/aspectwidgets/qt3/playlistoverview.cpp \ ui/config/qt3/formatsconfig.cpp \ ui/config/qt3/hotkeyconfig.cpp \ ui/skin/qt3/seekbar.cpp \ compat/sharp-qtopia/qt/qinputdialog.cpp \ compat/sharp-qtopia/qt/qinternal.cpp \ compat/sharp-qtopia/qt/qprocess.cpp \ compat/sharp-qtopia/qt/qprocess_unix.cpp \ compat/sharp-qtopia/qt/qptrcollection.cpp \ compat/sharp-qtopia/qt/qregexp.cpp \ compat/sharp-qtopia/qt/qlistview.cpp \ compat/sharp-qtopia/qt/qprogressdialog.cpp \ compat/sharp-qtopia/qt/qsemimodal.cpp \ compat/sharp-qtopia/qt/qpopupmenu.cpp \ compat/sharp-qtopia/qt/qsplitter.cpp \ compat/sharp-qtopia/qt/qthread_unix.cpp \ compat/sharp-qtopia/qhttp3/qhttp.cpp \ compat/sharp-qtopia/qhttp3/qnetworkprotocol.cpp \ compat/sharp-qtopia/qhttp3/qurloperator.cpp \ compat/sharp-qtopia/qhttp3/qlocalfs.cpp \ compat/sharp-qtopia/qhttp3/qurlinfo.cpp \ compat/sharp-qtopia/tkmix/qtkfiledialog.cpp \ core/platform/batteryplus.cpp