#------------------------------------------------- # # Project created by QtCreator 2010-06-17T09:17:07 # #------------------------------------------------- QT += core gui TARGET = qexed TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ playfield.cpp \ fieldview.cpp \ levelpack.cpp \ iconset.cpp \ preferences.cpp \ howtoplay.cpp \ settings.cpp \ needadvance.cpp \ about.cpp HEADERS += mainwindow.h \ playfield.h \ fieldview.h \ levelpack.h \ iconset.h \ preferences.h \ howtoplay.h \ settings.h \ needadvance.h \ about.h FORMS += mainwindow.ui \ preferences.ui \ howtoplay.ui \ needadvance.ui \ about.ui CONFIG += mobility MOBILITY = symbian { TARGET.UID3 = 0xe9d84f35 # TARGET.CAPABILITY += TARGET.EPOCSTACKSIZE = 0x14000 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 } OTHER_FILES += \ block8.bmp \ block7.bmp \ block6.bmp \ block5.bmp \ block4.bmp \ block3.bmp \ block2.bmp \ block1.bmp \ qexed.desktop \ howtoplay.txt RESOURCES += \ media.qrc maemo5|maemo6 { target.path = /opt/bin INSTALLS += target }