~ubuntu-branches/ubuntu/wily/karlyriceditor/wily

« back to all changes in this revision

Viewing changes to .pc/0003-Remove-linkage-against-OpenSSL.patch/src/src.pro

  • Committer: Package Import Robot
  • Author(s): Martin Steghöfer
  • Date: 2014-09-20 12:56:08 UTC
  • Revision ID: package-import@ubuntu.com-20140920125608-cb34fr8hhb816cr5
Tags: 1.11-1
Initial release (Closes: #692968)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
TARGET = ../bin/karlyriceditor
 
3
DEPENDPATH += .
 
4
LIBS += -lcrypto
 
5
DEFINES += USE_LICENSING
 
6
CONFIG += link_pkgconfig
 
7
PKGCONFIG += libavformat libavcodec libswscale  libavresample libavutil sdl
 
8
 
 
9
win32-g++-cross: {
 
10
        LIBS += -lwsock32 -ldxguid
 
11
}
 
12
 
 
13
linux-g++-32: {
 
14
        LIBS += -L.
 
15
}
 
16
 
 
17
# Input
 
18
HEADERS += mainwindow.h \
 
19
    wizard_newproject.h \
 
20
    project.h \
 
21
    playerwidget.h \
 
22
    playerbutton.h \
 
23
    editor.h \
 
24
    settings.h \
 
25
    viewwidget.h \
 
26
    testwindow.h \
 
27
    lyrics.h \
 
28
    version.h \
 
29
    projectsettings.h \
 
30
    recentfiles.h \
 
31
    colorbutton.h \
 
32
    dialog_selectencoding.h \
 
33
    gentlemessagebox.h \
 
34
    checknewversion.h \
 
35
    cdg.h \
 
36
    cdgrenderer.h \
 
37
    cdggenerator.h \
 
38
    validator.h \
 
39
    editorhighlighting.h \
 
40
    lyricsrenderer.h \
 
41
    textrenderer.h \
 
42
    lyricswidget.h \
 
43
    ffmpegvideodecoder.h \
 
44
    ffmpegvideoencoder.h \
 
45
    videogenerator.h \
 
46
    lyricsevents.h \
 
47
    background.h \
 
48
    audioplayer.h \
 
49
    ffmpeg_headers.h \
 
50
    audioplayerprivate.h \
 
51
        export_params.h \
 
52
    licensing.h \
 
53
    karaokelyricstextkar.h \
 
54
    kfn_file_parser.h \
 
55
    dialog_timeadjustment.h \
 
56
    util.h \
 
57
    videoencodingprofiles.h
 
58
SOURCES += mainwindow.cpp \
 
59
    main.cpp \
 
60
    wizard_newproject.cpp \
 
61
    project.cpp \
 
62
    playerwidget.cpp \
 
63
    playerbutton.cpp \
 
64
    editor.cpp \
 
65
    settings.cpp \
 
66
    viewwidget.cpp \
 
67
    testwindow.cpp \
 
68
    lyrics.cpp \
 
69
    projectsettings.cpp \
 
70
    recentfiles.cpp \
 
71
    colorbutton.cpp \
 
72
    dialog_selectencoding.cpp \
 
73
    gentlemessagebox.cpp \
 
74
    checknewversion.cpp \
 
75
    cdgrenderer.cpp \
 
76
    cdggenerator.cpp \
 
77
    editorhighlighting.cpp \
 
78
    lyricsrenderer.cpp \
 
79
    textrenderer.cpp \
 
80
    lyricswidget.cpp \
 
81
    ffmpegvideodecoder.cpp \
 
82
    ffmpegvideoencoder.cpp \
 
83
    videogenerator.cpp \
 
84
    lyricsevents.cpp \
 
85
    background.cpp \
 
86
    audioplayer.cpp \
 
87
    audioplayerprivate.cpp \
 
88
    ffmpeg_headers.cpp \
 
89
        export_params.cpp \
 
90
    licensing.cpp \
 
91
    karaokelyricstextkar.cpp \
 
92
    kfn_file_parser.cpp \
 
93
    dialog_timeadjustment.cpp \
 
94
    util.cpp \
 
95
    videoencodingprofiles.cpp
 
96
RESOURCES += resources.qrc
 
97
FORMS += mainwindow.ui \
 
98
    wiznewproject_lyrictype.ui \
 
99
    wiznewproject_intro.ui \
 
100
    wiznewproject_finish.ui \
 
101
    wiznewproject_musicfile.ui \
 
102
    playerwidget.ui \
 
103
    viewwidget.ui \
 
104
    dialog_about.ui \
 
105
    dialog_projectsettings.ui \
 
106
    dialog_settings.ui \
 
107
    dialog_selectencoding.ui \
 
108
    gentlemessagebox.ui \
 
109
        dialog_export_params.ui \
 
110
        dialog_encodingprogress.ui \
 
111
    dialog_testwindow.ui \
 
112
    dialog_registration.ui \
 
113
    dialog_timeadjustment.ui \
 
114
    video_profile_dialog.ui
 
115
 
 
116
isEmpty(PREFIX) {
 
117
  PREFIX = /usr
 
118
}
 
119
BINDIR = $$PREFIX/bin
 
120
 
 
121
installbinfiles.files += ../bin/karlyriceditor
 
122
installbinfiles.path = $$BINDIR
 
123
INSTALLS += installbinfiles