Skip to content

Commit 0a2e3ba

Browse files
committed
move new funcs in libfm
1 parent a6030f1 commit 0a2e3ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: fm/fm.pro

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VERSION = $${QTFM_MAJOR}.$${QTFM_MINOR}.$${QTFM_PATCH}
88
TEMPLATE = app
99

1010
DEPENDPATH += . src
11-
INCLUDEPATH += . src
11+
INCLUDEPATH += . src ../libfm
1212

1313
HEADERS += src/mainwindow.h \
1414
src/mymodel.h \
@@ -27,7 +27,7 @@ HEADERS += src/mainwindow.h \
2727
src/properties.h \
2828
src/mimeutils.h \
2929
src/aboutdialog.h \
30-
src/common.h
30+
../libfm/common.h
3131
SOURCES += src/main.cpp \
3232
src/mainwindow.cpp \
3333
src/mymodel.cpp \

Diff for: fm/src/common.h renamed to libfm/common.h

File renamed without changes.

0 commit comments

Comments
 (0)