File: FaustWorks.pro

package info (click to toggle)
faustworks 0.5~repack0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,024 kB
  • ctags: 1,142
  • sloc: cpp: 7,460; sh: 166; xml: 71; makefile: 67; ansic: 9
file content (66 lines) | stat: -rw-r--r-- 2,055 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
######################################################################
# Automatically generated by qmake (2.01a) ven. nov. 27 15:18:38 2009
######################################################################
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
TEMPLATE = app
VERSION = 0.5
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

TARGET = FaustWorks
DEPENDPATH += . Forms Resources
INCLUDEPATH += .
QT += xml svg widgets printsupport
RC_FILE = Resources/FaustWorks.rc
ICON = Resources/FaustWorks.icns
# Input
HEADERS += CPPHighlighter.h \
           FaustHighlighter.h \
           FaustMainWindow.h \
           GraphicsSceneMainWindow.h \
           MainWindowObjects.h \
           MusicNotationHighlighter.h \
           QFaustItem.h \
           QFaustItemFactory.h \
           QFaustPreferences.h \
           QItemResizer.h \
           QLanguageCommandPalette.h \
           QLanguageCommandPaletteLayout.h \
           QLanguageCommandReader.h \
           QLanguageItem.h \
           QLanguageItemFactory.h \
           QPaletteItem.h \
           QResolutionDialog.h \
           QSwitcher.h \
           Resources/resource.h
FORMS += Forms/FaustPreferences.ui Forms/ResolutionDialog.ui
SOURCES += CPPHighlighter.cpp \
           FaustHighlighter.cpp \
           FaustMainWindow.cpp \
           GraphicsSceneMainWindow.cpp \
           main.cpp \
           MainWindowObjects.cpp \
           MusicNotationHighlighter.cpp \
           QFaustItem.cpp \
           QFaustItemFactory.cpp \
           QFaustPreferences.cpp \
           QItemResizer.cpp \
           QLanguageCommandPalette.cpp \
           QLanguageCommandPaletteLayout.cpp \
           QLanguageCommandReader.cpp \
           QLanguageItem.cpp \
           QPaletteItem.cpp \
           QResolutionDialog.cpp
RESOURCES += Resources/application.qrc Resources/faust.qrc Resources/i18n.qrc
OTHER_FILES += Resources/FaustWorks.rc

TRANSLATIONS += Resources/translations/i18n_ru.ts

i18n_qm.commands = lrelease FaustWorks.pro
QMAKE_EXTRA_TARGETS += i18n_qm

PRE_TARGETDEPS += i18n_qm