Skip to content

Commit

Permalink
Sort sources and headers from plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Jan 12, 2018
1 parent 492d8b0 commit 885b68e
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/plugin/plugin.pro
Expand Up @@ -25,11 +25,20 @@ INSTALLS += qmldir

system(qdbusxml2cpp -c FileOperationsProxy -p fileoperationsproxy.h:fileoperationsproxy.cpp ../../dbus/org.nemomobile.FileOperations.xml)

SOURCES += plugin.cpp filemodel.cpp fileengine.cpp fileoperations.cpp \
fileworker.cpp statfileinfo.cpp fileoperationsproxy.cpp

HEADERS += filemodel.h fileengine.h fileworker.h fileoperations.h \
statfileinfo.h fileoperationsproxy.h
SOURCES += fileengine.cpp \
filemodel.cpp \
fileoperations.cpp \
fileoperationsproxy.cpp \
fileworker.cpp \
plugin.cpp \
statfileinfo.cpp

HEADERS += fileengine.h \
filemodel.h \
fileoperations.h \
fileoperationsproxy.h \
fileworker.h \
statfileinfo.h

INCLUDEPATH += $$PWD ../shared
VPATH += ../shared
Expand Down

0 comments on commit 885b68e

Please sign in to comment.