cuteftp.pro 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. QT+=network
  2. # Add more folders to ship with the application, here
  3. folder_01.source = qml/cuteftp
  4. folder_01.target = qml
  5. DEPLOYMENTFOLDERS = folder_01
  6. DEPLOYMENT.display_name = ToadFtp
  7. # Additional import path used to resolve QML modules in Creator's code model
  8. QML_IMPORT_PATH =
  9. symbian:TARGET.UID3 = 0x200448BA
  10. # Smart Installer package's UID
  11. # This UID is from the protected range and therefore the package will
  12. # fail to install if self-signed. By default qmake uses the unprotected
  13. # range value if unprotected UID is defined for the application and
  14. # 0x2002CCCF value if protected UID is given to the application
  15. #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
  16. # Allow network access on Symbian
  17. symbian {
  18. TARGET.CAPABILITY += NetworkServices
  19. vendorinfo = "%{\"omed-soft\"}" ":\"omed-soft\""
  20. }
  21. # If your application uses the Qt Mobility libraries, uncomment the following
  22. # lines and add the respective components to the MOBILITY variable.
  23. # CONFIG += mobility
  24. # MOBILITY +=
  25. # The .cpp file which was generated for your project. Feel free to hack it.
  26. SOURCES += main.cpp \
  27. ftpmodel.cpp \
  28. filesystemmodel.cpp \
  29. common.cpp \
  30. fileiconprovider.cpp
  31. # Please do not modify the following two lines. Required for deployment.
  32. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  33. qtcAddDeployment()
  34. HEADERS += \
  35. ftpmodel.h \
  36. filesystemmodel.h \
  37. common.h \
  38. fileiconprovider.h
  39. RESOURCES += \
  40. mime/mime.qrc