You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Epimafia.pro 592B

123456789101112131415161718192021222324252627282930313233343536
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2013-09-20T21:27:36
  4. #
  5. #-------------------------------------------------
  6. QT -= gui
  7. QT += network webkit
  8. TARGET = Epimafia
  9. TEMPLATE = lib
  10. DEFINES += EPIMAFIA_LIBRARY
  11. SOURCES += epimafia.cpp \
  12. netsoul.cpp \
  13. intrabocal.cpp
  14. HEADERS += epimafia.h\
  15. epimafia_global.h \
  16. netsoul.h \
  17. intrabocal.h
  18. unix:!symbian {
  19. maemo5 {
  20. target.path = /opt/usr/lib
  21. } else {
  22. target.path = /usr/lib
  23. }
  24. INSTALLS += target
  25. }
  26. LIBS += -lcrypto
  27. RESOURCES += \
  28. rc.qrc