sncuser.pro 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2012-10-14T21:26:09
  4. #
  5. #-------------------------------------------------
  6. QT += gui webkit
  7. TARGET = SNCUser
  8. TEMPLATE = lib
  9. DESTDIR = ../../output
  10. INCLUDEPATH +=../wssso
  11. INCLUDEPATH +=../SNCDatabase
  12. INCLUDEPATH +=../SNCCore
  13. DEFINES += SNCUSER_LIBRARY
  14. LIBS += ../../output/wssso.dll\
  15. ../../output/sncdatabase.dll\
  16. ../../output/snccore.dll
  17. SOURCES += sncuser.cpp \
  18. formedituserinfo.cpp \
  19. formmffee.cpp \
  20. formuserlogon.cpp \
  21. dialoguserreg.cpp \
  22. formdefaultuserreg.cpp \
  23. formnumbercheckuser.cpp \
  24. dialoglogin.cpp \
  25. dialogbindsystem.cpp \
  26. formssowelcome.cpp \
  27. dialogchangepass.cpp \
  28. formsrvinfo.cpp \
  29. dialogmffeequery.cpp \
  30. dialogaccountinfo.cpp \
  31. dialogregister.cpp \
  32. xvalidatelabel.cpp
  33. HEADERS += sncuser.h\
  34. SNCUser_global.h \
  35. formedituserinfo.h \
  36. formmffee.h \
  37. formuserlogon.h \
  38. dialoguserreg.h \
  39. formdefaultuserreg.h \
  40. formnumbercheckuser.h \
  41. dialoglogin.h \
  42. dialogbindsystem.h \
  43. formssowelcome.h \
  44. dialogchangepass.h \
  45. formsrvinfo.h \
  46. dialogmffeequery.h \
  47. dialogaccountinfo.h \
  48. dialogregister.h \
  49. xvalidatelabel.h
  50. symbian {
  51. MMP_RULES += EXPORTUNFROZEN
  52. TARGET.UID3 = 0xE677C0EF
  53. TARGET.CAPABILITY =
  54. TARGET.EPOCALLOWDLLDATA = 1
  55. addFiles.sources = SNCUser.dll
  56. addFiles.path = !:/sys/bin
  57. DEPLOYMENT += addFiles
  58. }
  59. unix:!symbian {
  60. maemo5 {
  61. target.path = /opt/usr/lib
  62. } else {
  63. target.path = /usr/lib
  64. }
  65. INSTALLS += target
  66. }
  67. FORMS += \
  68. formuser.ui \
  69. formedituserinfo.ui \
  70. formmffee.ui \
  71. formuserlogon.ui \
  72. dialoguserreg.ui \
  73. formdefaultuserreg.ui \
  74. formnumbercheckuser.ui \
  75. dialoglogin.ui \
  76. dialogbindsystem.ui \
  77. formssowelcome.ui \
  78. dialogchangepass.ui \
  79. formsrvinfo.ui \
  80. dialogmffeequery.ui \
  81. dialogaccountinfo.ui \
  82. dialogregister.ui