We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6030f1 commit 0a2e3baCopy full SHA for 0a2e3ba
fm/fm.pro
@@ -8,7 +8,7 @@ VERSION = $${QTFM_MAJOR}.$${QTFM_MINOR}.$${QTFM_PATCH}
8
TEMPLATE = app
9
10
DEPENDPATH += . src
11
-INCLUDEPATH += . src
+INCLUDEPATH += . src ../libfm
12
13
HEADERS += src/mainwindow.h \
14
src/mymodel.h \
@@ -27,7 +27,7 @@ HEADERS += src/mainwindow.h \
27
src/properties.h \
28
src/mimeutils.h \
29
src/aboutdialog.h \
30
- src/common.h
+ ../libfm/common.h
31
SOURCES += src/main.cpp \
32
src/mainwindow.cpp \
33
src/mymodel.cpp \
fm/src/common.h renamed to libfm/common.h
0 commit comments