OSDN Git Service

Added:
[greensite/jasmine.git] / jasmine.pro
index f2553e6..aa6b01b 100644 (file)
@@ -6,6 +6,7 @@ DEPENDPATH += . \
     res \
        network \
     ported_rmd6 \
+       file \
     INCLUDEPATH \
     += \
     .
@@ -25,7 +26,9 @@ HEADERS += ported_rmd6/basis.h \
        network/tcpnetwork.h \
     app_version.h \
     settings.h \
-    definition.h
+       definition.h \
+       file/QtLockedFile \
+       file/qtlockedfile.h
 FORMS += ui/uifiles/about.ui \
     ui/uifiles/jasmine_main.ui \
     ui/uifiles/settings.ui
@@ -45,5 +48,9 @@ SOURCES += ported_rmd6/basis.cxx \
     validator/ipaddressvalidator.cxx \
     structures/header.cxx \
        network/tcpnetwork.cxx \
+       file/qtlockedfile.cxx \
     settings.cxx \
     main.cxx
+
+unix:SOURCES+=file/qtlockedfile_unix.cxx
+win32:SOURCES+=file/qtlockedfile_win.cxx