qt/AnimationBuilder/AnimationBuilder.pro

26 lines
473 B
Prolog
Raw Permalink Normal View History

2013-01-19 20:12:40 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2012-04-19T21:10:48
#
#-------------------------------------------------
2013-06-22 18:37:18 +00:00
QT += core widgets
2013-01-19 20:12:40 +00:00
TARGET = AnimationBuilder
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
Animation.cpp
HEADERS += mainwindow.h \
Animation.h
2013-06-22 18:37:18 +00:00
INCLUDEPATH += "$$(LibsPath)boost_1_52_0"
DEPENDPATH += "$$(LibsPath)boost_1_52_0"
2013-01-19 20:12:40 +00:00
FORMS += mainwindow.ui