#------------------------------------------------- # # Project created by QtCreator 2016-07-15T15:09:28 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = animationstackedwidget TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ animationstackedwidget.cpp HEADERS += mainwindow.h \ animationstackedwidget.h FORMS += mainwindow.ui # Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target