~carla-sella/reminders-app/new-reminders-app-tests

« back to all changes in this revision

Viewing changes to src/plugin/Evernote/Evernote.pro

  • Committer: Tarmac
  • Author(s): Michael Zanetti
  • Date: 2013-11-26 13:20:39 UTC
  • mfrom: (7.1.6 reminders-app-html2evml)
  • Revision ID: tarmac-20131126132039-3zmyobkekgqi3ckm
"properly" convert html back to enml. Loses images and tables but works quite well for all the rest.

Approved by David Planella, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TARGET=evernoteplugin
2
2
TEMPLATE=lib
3
3
CONFIG = qt plugin
4
 
QT += qml gui
 
4
QT += qml gui xml
5
5
QMAKE_CXXFLAGS += -std=c++0x -fPIC
6
6
 
7
7
INCLUDEPATH += ../../../3rdParty/evernote-sdk-cpp/src/ ../../../3rdParty/libthrift
22
22
    jobs/createnotejob.cpp \
23
23
    jobs/evernotejob.cpp \
24
24
    jobs/savenotejob.cpp \
25
 
    jobs/deletenotejob.cpp
 
25
    jobs/deletenotejob.cpp \
 
26
    utils/html2enmlconverter.cpp
26
27
 
27
28
HEADERS += evernoteplugin.h \
28
29
    notesstore.h \
37
38
    jobs/createnotejob.h \
38
39
    jobs/evernotejob.h \
39
40
    jobs/savenotejob.h \
40
 
    jobs/deletenotejob.h
 
41
    jobs/deletenotejob.h \
 
42
    utils/html2enmlconverter.h
41
43
 
42
44
message(building in $$OUT_PWD)
43
45
LIBS += -L$$OUT_PWD/../../../3rdParty/evernote-sdk-cpp/ -L$$OUT_PWD/../../../3rdParty/libthrift/ -levernote-sdk-cpp -llibthrift