TEMPLATE = app TARGET = impuzzle DEPENDPATH += . INCLUDEPATH += . DESTDIR = ../bin # Input HEADERS += gameview.h \ mainwindow.h \ imageimporter.h \ puzzleitem.h \ newgamedialog.h \ defines.h \ introitem.h SOURCES += gameview.cpp \ main.cpp \ mainwindow.cpp \ imageimporter.cpp \ puzzleitem.cpp \ newgamedialog.cpp \ introitem.cpp RESOURCES += resources.qrc