diff options
Diffstat (limited to 'src/organizer.pro')
| -rw-r--r-- | src/organizer.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index 8875ec05..95f5d753 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -88,7 +88,8 @@ SOURCES += \ json.cpp \
safewritefile.cpp \
modflagicondelegate.cpp \
- pluginflagicondelegate.cpp
+ pluginflagicondelegate.cpp \
+ organizerproxy.cpp
HEADERS += \
@@ -166,7 +167,8 @@ HEADERS += \ safewritefile.h\
pdll.h \
modflagicondelegate.h \
- pluginflagicondelegate.h
+ pluginflagicondelegate.h \
+ organizerproxy.h
FORMS += \
transfersavesdialog.ui \
|
