HEADERS += base_types.h \ map.h \ game_data.h \ aliens.h \ towers.h \ splashes.h \ adcore.h \ player.h \ loader.h SOURCES += map.cpp \ game_data.cpp \ aliens.cpp \ towers.cpp \ main.cpp \ splashes.cpp \ adcore.cpp \ player.cpp \ loader.cpp RESOURCES += images.qrc OTHER_FILES += map.conf \ example16x16.map \ example16x12.map \ data.xml \ schema.xml \ example16x16_64.map QT += core \ gui \ network \ opengl \ xml \ xmlpatterns