Skip to content

Commit

Permalink
removed used stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Artanidos committed Oct 19, 2018
1 parent f03ec0d commit 4a40cdb
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 450 deletions.
3 changes: 1 addition & 2 deletions AnimationMaker.pro
Expand Up @@ -23,5 +23,4 @@ SUBDIRS += \
plugins/Pie \
plugins/Html \
App.pro \
test/Test.pro \
License
test/Test.pro
12 changes: 2 additions & 10 deletions App.pro
Expand Up @@ -41,7 +41,6 @@ SOURCES += main.cpp\
scenepropertyeditor.cpp \
transitioneditor.cpp \
svgattributeeditor.cpp \
licensedialog.cpp \
sceneview.cpp \
ruler.cpp

Expand All @@ -51,15 +50,13 @@ HEADERS += mainwindow.h \
transitioneditor.h \
interfaces.h \
svgattributeeditor.h \
licensedialog.h \
sceneview.h \
ruler.h

linux-g++ {
LIBS += -L$$PWD/lib/
LIBS += -lm
LIBS += -ldl
DEFINES += LINUX
}

RESOURCES += \
Expand All @@ -86,16 +83,11 @@ DISTFILES += \
README.md \
docs/README.md


win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/Widgets/release/ -lWidgets
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/Widgets/debug/ -lWidgets
else:linux-g++: LIBS += -L$$OUT_PWD/Widgets/ -lWidgets
LIBS += -L$$OUT_PWD/Widgets/ -lWidgets
INCLUDEPATH += $$PWD/Widgets
DEPENDPATH += $$PWD/Widgets

win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/License/release/ -lLicense
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/License/debug/ -lLicense
else:linux-g++: LIBS += -L$$OUT_PWD/License/ -lLicense
LIBS += -L$$OUT_PWD/License/ -lLicense
INCLUDEPATH += $$PWD/License
DEPENDPATH += $$PWD/License

50 changes: 0 additions & 50 deletions License/License.pro

This file was deleted.

34 changes: 0 additions & 34 deletions License/license.cpp

This file was deleted.

29 changes: 0 additions & 29 deletions License/license.h

This file was deleted.

1 change: 1 addition & 0 deletions Widgets/rectangle.cpp
Expand Up @@ -52,6 +52,7 @@ void Rectangle::paint( QPainter *paint, const QStyleOptionGraphicsItem *option,
paint->setBrush(brush());
paint->drawRect(rect());


if (option->state & QStyle::State_Selected)
drawHighlightSelected(paint, option);
}
Expand Down
173 changes: 0 additions & 173 deletions licensedialog.cpp

This file was deleted.

0 comments on commit 4a40cdb

Please sign in to comment.