Skip to content

Commit

Permalink
move dfmqtreeview to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jun 18, 2019
1 parent 69e3908 commit e3f1e0f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ add_library(
libfm/properties.cpp
libfm/propertiesdlg.cpp
libfm/sortmodel.cpp
libfm/dfmqtreeview.cpp
libfm/qtcopydialog/qtcopydialog.cpp
libfm/qtcopydialog/qtfilecopier.cpp
libfm/qtcopydialog/qtcopydialog.ui
Expand Down Expand Up @@ -178,7 +179,6 @@ add_executable(
fm/src/settingsdialog.cpp
fm/src/actiondefs.cpp
fm/src/actiontriggers.cpp
fm/src/dfmqtreeview.cpp
share/${PROJECT_NAME}.qrc
)
target_link_libraries(
Expand Down
6 changes: 2 additions & 4 deletions fm/fm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ DEFINES += APP_VERSION=\"\\\"$${VERSION}\\\"\"
HEADERS += \
src/mainwindow.h \
src/tabbar.h \
src/settingsdialog.h \
src/dfmqtreeview.h
src/settingsdialog.h

SOURCES += \
src/main.cpp \
Expand All @@ -26,8 +25,7 @@ SOURCES += \
src/tabbar.cpp \
src/settingsdialog.cpp \
src/actiondefs.cpp \
src/actiontriggers.cpp \
src/dfmqtreeview.cpp
src/actiontriggers.cpp

RESOURCES += $${top_srcdir}/share/$${TARGET}.qrc

Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions libfm/libfm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ SOURCES += \
iconview.cpp \
iconlist.cpp \
fm.cpp \
bookmarkmodel.cpp
bookmarkmodel.cpp \
dfmqtreeview.cpp

HEADERS += \
applicationdialog.h \
Expand All @@ -44,7 +45,8 @@ HEADERS += \
completer.h \
sortmodel.h \
fm.h \
bookmarkmodel.h
bookmarkmodel.h \
dfmqtreeview.h

# qtcopydialog
INCLUDEPATH += qtcopydialog
Expand Down

0 comments on commit e3f1e0f

Please sign in to comment.