]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / architektonas.pro
index 877884a67367aafe0c015a007ba18e4eb256c054..9e63187f7c0c63a5f99d19c4e5b33d9328ad3f2e 100644 (file)
@@ -65,7 +65,6 @@ HEADERS = \
        src/base/rs_font.h \
        src/base/rs_fontchar.h \
        src/base/rs_fontlist.h \
-       src/base/rs_graphicview.h \
        src/base/rs_grid.h \
        src/base/rs_hatch.h \
        src/base/rs_image.h \
@@ -144,7 +143,6 @@ SOURCES = \
        src/base/rs_filterinterface.cpp \
        src/base/rs_font.cpp \
        src/base/rs_fontlist.cpp \
-       src/base/rs_graphicview.cpp \
        src/base/rs_grid.cpp \
        src/base/rs_hatch.cpp \
        src/base/rs_image.cpp \
@@ -489,8 +487,7 @@ HEADERS += \
        src/widgets/qg_mainwindowinterface.h \
        src/widgets/qg_patternbox.h \
        src/widgets/qg_pentoolbar.h \
-       src/widgets/qg_qt2rs.h \
-       src/widgets/qg_recentfiles.h \
+       src/widgets/recentfiles.h \
        src/widgets/qg_scrollbar.h \
        src/widgets/qg_widthbox.h
 
@@ -579,7 +576,7 @@ SOURCES += \
        src/widgets/qg_listviewitem.cpp \
        src/widgets/qg_patternbox.cpp \
        src/widgets/qg_pentoolbar.cpp \
-       src/widgets/qg_recentfiles.cpp \
+       src/widgets/recentfiles.cpp \
        src/widgets/qg_scrollbar.cpp \
        src/widgets/qg_widthbox.cpp
 
@@ -639,6 +636,7 @@ HEADERS += \
        src/mainapp/commands.h \
        src/mainapp/createqtactions.h \
        src/mainapp/qc_dialogfactory.h \
+       src/mainapp/graphicview.h \
        src/mainapp/qc_graphicview.h \
        src/mainapp/main.h \
        src/mainapp/mdiwindow.h \
@@ -649,6 +647,7 @@ SOURCES += \
        src/mainapp/commands.cpp \
        src/mainapp/createqtactions.cpp \
        src/mainapp/qc_dialogfactory.cpp \
+       src/mainapp/graphicview.cpp \
        src/mainapp/qc_graphicview.cpp \
        src/mainapp/main.cpp \
        src/mainapp/mdiwindow.cpp \