-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFaustWorks.pro
66 lines (57 loc) · 2.01 KB
/
FaustWorks.pro
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
######################################################################
# 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