Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F145263
Guitar.pro
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
10 KB
Referenced Files
None
Subscribers
None
Guitar.pro
View Options
QT
+=
core
gui
widgets
svg
network
win32:
QT
+=
winextras
CONFIG
(
debug
,
debug
|
release
)
:
TARGET
=
Guitard
CONFIG
(
release
,
debug
|
release
)
:
TARGET
=
Guitar
TEMPLATE
=
app
CONFIG
+=
c++
11
DESTDIR
=
$$
PWD
/
_
bin
TRANSLATIONS
=
$$
PWD
/
src
/
resources
/
translations
/
Guitar_ja
.
ts
TRANSLATIONS
+=
$$
PWD
/
src
/
resources
/
translations
/
Guitar_ru
.
ts
DEFINES
+=
APP_GUITAR
DEFINES
+=
HAVE_POSIX_OPENPT
macx
:
DEFINES
+=
HAVE_SYS_TIME_H
macx
:
DEFINES
+=
HAVE_UTMPX
gcc
:
QMAKE_CXXFLAGS
+=
-
Wall
-
Wextra
-
Werror
=
return
-
type
-
Werror
=
trigraphs
-
Wno
-
switch
-
Wno
-
reorder
linux
:
QMAKE_RPATHDIR
+=
$
ORIGIN
macx
:
QMAKE_RPATHDIR
+=
@executable_path/../
Frameworks
linux
:
QTPLUGIN
+=
ibusplatforminputcontextplugin
#
linux
:
QTPLUGIN
+=
fcitxplatforminputcontextplugin
INCLUDEPATH
+=
$$
PWD
/
src
INCLUDEPATH
+=
$$
PWD
/
src
/
texteditor
win32:
INCLUDEPATH
+=
$$
PWD
/
misc
/
winpty
win32:
LIBS
+=
$$
PWD
/
misc
/
winpty
/
winpty
.
lib
#
OpenSSL
linux
:
LIBS
+=
-
lssl
-
lcrypto
haiku
:
LIBS
+=
-
lssl
-
lcrypto
-
lnetwork
macx
:
INCLUDEPATH
+=
/
usr
/
local
/
include
macx
:
LIBS
+=
/
usr
/
local
/
lib
/
libssl
.
a
/
usr
/
local
/
lib
/
libcrypto
.
a
win32:msvc
{
INCLUDEPATH
+=
C
:\openssl\include
INCLUDEPATH
+=
$$
PWD
/../zlib
LIBS
+=
-
LC
:\openssl\lib
}
win32:gcc
{
INCLUDEPATH
+=
C
:\
Qt
\
Tools
\mingw530_32\opt\include
LIBS
+=
-
LC
:\
Qt
\
Tools
\mingw530_32\opt\lib
LIBS
+=
-
lcrypto
-
lssl
}
#
execute
'ruby prepare.rb'
automatically
prepare
.
target
=
prepare
prepare
.
commands
=
cd
$$
PWD
&&
ruby
-
W0
prepare
.
rb
QMAKE_EXTRA_TARGETS
+=
prepare
PRE_TARGETDEPS
+=
prepare
#
zlib
win32:msvc
{
CONFIG
(
debug
,
debug
|
release
)
:
LIBS
+=
$$
PWD
/
_
bin
/
libz
.
lib
CONFIG
(
release
,
debug
|
release
)
:
LIBS
+=
$$
PWD
/
_
bin
/
libz
.
lib
}
win32:gcc
{
CONFIG
(
debug
,
debug
|
release
)
:
LIBS
+=
$$
PWD
/
_
bin
/
liblibz
.
a
CONFIG
(
release
,
debug
|
release
)
:
LIBS
+=
$$
PWD
/
_
bin
/
liblibz
.
a
}
!
haiku
{
unix
:
CONFIG
(
debug
,
debug
|
release
)
:
LIBS
+=
$$
PWD
/
_
bin
/
libzd
.
a
unix
:
CONFIG
(
release
,
debug
|
release
)
:
LIBS
+=
$$
PWD
/
_
bin
/
libz
.
a
#
unix
:
LIBS
+=
-
lz
}
haiku
:
LIBS
+=
-
lz
win32
{
LIBS
+=
-
ladvapi32
-
lshell32
-
luser32
-
lws2_32
RC_FILE
=
win
.
rc
QMAKE_SUBSYSTEM_SUFFIX
=
,
5.01
}
macx
{
QMAKE_INFO_PLIST
=
Info
.
plist
ICON
+=
src
/
resources
/
Guitar
.
icns
t
.
path
=
Contents
/
Resources
QMAKE_BUNDLE_DATA
+=
t
}
SOURCES
+=
\
src
/
AboutDialog
.
cpp
\
src
/
AbstractProcess
.
cpp
\
src
/
AbstractSettingForm
.
cpp
\
src
/
ApplicationGlobal
.
cpp
\
src
/
AvatarLoader
.
cpp
\
src
/
BasicRepositoryDialog
.
cpp
\
src
/
BigDiffWindow
.
cpp
\
src
/
CheckoutDialog
.
cpp
\
src
/
ClearButton
.
cpp
\
src
/
CloneDialog
.
cpp
\
src
/
CommitExploreWindow
.
cpp
\
src
/
CommitPropertyDialog
.
cpp
\
src
/
ConfigCredentialHelperDialog
.
cpp
\
src
/
CreateRepositoryDialog
.
cpp
\
src
/
DeleteBranchDialog
.
cpp
\
src
/
DeleteTagsDialog
.
cpp
\
src
/
DirectoryLineEdit
.
cpp
\
src
/
ExperimentDialog
.
cpp
\
src
/
FileDiffSliderWidget
.
cpp
\
src
/
FileDiffWidget
.
cpp
\
src
/
FileHistoryWindow
.
cpp
\
src
/
FilePropertyDialog
.
cpp
\
src
/
FileUtil
.
cpp
\
src
/
FileViewWidget
.
cpp
\
src
/
FilesListWidget
.
cpp
\
src
/
FindCommitDialog
.
cpp
\
src
/
Git
.
cpp
\
src
/
GitDiff
.
cpp
\
src
/
GitHubAPI
.
cpp
\
src
/
GitObjectManager
.
cpp
\
src
/
GitPack
.
cpp
\
src
/
GitPackIdxV2
.
cpp
\
src
/
HyperLinkLabel
.
cpp
\
src
/
ImageViewWidget
.
cpp
\
src
/
JumpDialog
.
cpp
\
src
/
LocalSocketReader
.
cpp
\
src
/
LogTableWidget
.
cpp
\
src
/
MainWindow
.
cpp
\
src
/
MaximizeButton
.
cpp
\
src
/
MemoryReader
.
cpp
\
src
/
MergeBranchDialog
.
cpp
\
src
/
MyImageViewWidget
.
cpp
\
src
/
MyProcess
.
cpp
\
src
/
MySettings
.
cpp
\
src
/
MyTableWidgetDelegate
.
cpp
\
src
/
MyTextEditorWidget
.
cpp
\
src
/
MyToolButton
.
cpp
\
src
/
Photoshop
.
cpp
\
src
/
PushDialog
.
cpp
\
src
/
ReadOnlyLineEdit
.
cpp
\
src
/
ReadOnlyPlainTextEdit
.
cpp
\
src
/
ReflogWindow
.
cpp
\
src
/
RemoteRepositoriesTableWidget
.
cpp
\
src
/
RepositoriesTreeWidget
.
cpp
\
src
/
RepositoryData
.
cpp
\
src
/
RepositoryInfoFrame
.
cpp
\
src
/
RepositoryLineEdit
.
cpp
\
src
/
RepositoryPropertyDialog
.
cpp
\
src
/
SearchFromGitHubDialog
.
cpp
\
src
/
SelectCommandDialog
.
cpp
\
src
/
SetGlobalUserDialog
.
cpp
\
src
/
SetRemoteUrlDialog
.
cpp
\
src
/
SetUserDialog
.
cpp
\
src
/
SettingBehaviorForm
.
cpp
\
src
/
SettingExampleForm
.
cpp
\
src
/
SettingNetworkForm
.
cpp
\
src
/
SettingsDialog
.
cpp
\
src
/
StatusLabel
.
cpp
\
src
/
Terminal
.
cpp
\
src
/
TextEditDialog
.
cpp
\
src
/
Theme
.
cpp
\
src
/
charvec
.
cpp
\
src
/
common
/
joinpath
.
cpp
\
src
/
common
/
misc
.
cpp
\
src
/
gunzip
.
cpp
\
src
/
main
.
cpp\
src
/
texteditor
/
AbstractCharacterBasedApplication
.
cpp
\
src
/
texteditor
/
InputMethodPopup
.
cpp
\
src
/
texteditor
/
TextEditorTheme
.
cpp
\
src
/
texteditor
/
TextEditorWidget
.
cpp
\
src
/
texteditor
/
UnicodeWidth
.
cpp
\
src
/
texteditor
/
unicode
.
cpp
\
src
/
urlencode
.
cpp
\
src
/
webclient
.
cpp
\
src
/
AreYouSureYouWantToContinueConnectingDialog
.
cpp
\
src
/
BasicMainWindow
.
cpp
\
src
/
BlameWindow
.
cpp
\
src
/
CommitDialog
.
cpp
\
src
/
CommitViewWindow
.
cpp
\
src
/
ConfigSigningDialog
.
cpp
\
src
/
DialogHeaderFrame
.
cpp
\
src
/
DoYouWantToInitDialog
.
cpp
\
src
/
EditGitIgnoreDialog
.
cpp
\
src
/
EditRemoteDialog
.
cpp
\
src
/
EditTagsDialog
.
cpp
\
src
/
InputNewTagDialog
.
cpp
\
src
/
LineEditDialog
.
cpp
\
src
/
MenuButton
.
cpp
\
src
/
RemoteWatcher
.
cpp
\
src
/
SelectGpgKeyDialog
.
cpp
\
src
/
SelectItemDialog
.
cpp
\
src
/
SetGpgSigningDialog
.
cpp
\
src
/
SettingGeneralForm
.
cpp
\
src
/
SettingProgramsForm
.
cpp
\
src
/
WelcomeWizardDialog
.
cpp
\
src
/
darktheme
/
DarkStyle
.
cpp
\
src
/
darktheme
/
NinePatch
.
cpp
\
src
/
darktheme
/
StandardStyle
.
cpp
\
src
/
darktheme
/
TraditionalWindowsStyleTreeControl
.
cpp
\
src
/
gpg
.
cpp
\
src
/
CloneFromGitHubDialog
.
cpp
\
src
/
ObjectBrowserDialog
.
cpp
HEADERS
+=
\
src
/
AboutDialog
.
h
\
src
/
AbstractProcess
.
h
\
src
/
AbstractSettingForm
.
h
\
src
/
ApplicationGlobal
.
h
\
src
/
AvatarLoader
.
h
\
src
/
BasicRepositoryDialog
.
h
\
src
/
BigDiffWindow
.
h
\
src
/
CheckoutDialog
.
h
\
src
/
ClearButton
.
h
\
src
/
CloneDialog
.
h
\
src
/
CommitExploreWindow
.
h
\
src
/
CommitPropertyDialog
.
h
\
src
/
ConfigCredentialHelperDialog
.
h
\
src
/
CreateRepositoryDialog
.
h
\
src
/
Debug
.
h
\
src
/
DeleteBranchDialog
.
h
\
src
/
DeleteTagsDialog
.
h
\
src
/
DirectoryLineEdit
.
h
\
src
/
ExperimentDialog
.
h
\
src
/
FileDiffSliderWidget
.
h
\
src
/
FileDiffWidget
.
h
\
src
/
FileHistoryWindow
.
h
\
src
/
FilePropertyDialog
.
h
\
src
/
FileUtil
.
h
\
src
/
FilesListWidget
.
h
\
src
/
FindCommitDialog
.
h
\
src
/
Git
.
h
\
src
/
GitDiff
.
h
\
src
/
GitHubAPI
.
h
\
src
/
GitObjectManager
.
h
\
src
/
GitPack
.
h
\
src
/
GitPackIdxV2
.
h
\
src
/
HyperLinkLabel
.
h
\
src
/
ImageViewWidget
.
h
\
src
/
JumpDialog
.
h
\
src
/
LocalSocketReader
.
h
\
src
/
LogTableWidget
.
h
\
src
/
MainWindow
.
h
\
src
/
MaximizeButton
.
h
\
src
/
MemoryReader
.
h
\
src
/
MergeBranchDialog
.
h
\
src
/
MyImageViewWidget
.
h
\
src
/
MyProcess
.
h
\
src
/
MySettings
.
h
\
src
/
MyTableWidgetDelegate
.
h
\
src
/
MyTextEditorWidget
.
h
\
src
/
MyToolButton
.
h
\
src
/
Photoshop
.
h
\
src
/
PushDialog
.
h
\
src
/
ReadOnlyLineEdit
.
h
\
src
/
ReadOnlyPlainTextEdit
.
h
\
src
/
ReflogWindow
.
h
\
src
/
RemoteRepositoriesTableWidget
.
h
\
src
/
RepositoriesTreeWidget
.
h
\
src
/
RepositoryData
.
h
\
src
/
RepositoryInfoFrame
.
h
\
src
/
RepositoryLineEdit
.
h
\
src
/
RepositoryPropertyDialog
.
h
\
src
/
SearchFromGitHubDialog
.
h
\
src
/
SelectCommandDialog
.
h
\
src
/
SetGlobalUserDialog
.
h
\
src
/
SetRemoteUrlDialog
.
h
\
src
/
SetUserDialog
.
h
\
src
/
SettingBehaviorForm
.
h
\
src
/
SettingExampleForm
.
h
\
src
/
SettingNetworkForm
.
h
\
src
/
SettingsDialog
.
h
\
src
/
StatusLabel
.
h
\
src
/
Terminal
.
h
\
src
/
TextEditDialog
.
h
\
src
/
Theme
.
h
\
src
/
charvec
.
h
\
src
/
common
/
joinpath
.
h
\
src
/
common
/
misc
.
h
\
src
/
gunzip
.
h
\
src
/
main
.
h
\
src
/
texteditor
/
AbstractCharacterBasedApplication
.
h
\
src
/
texteditor
/
InputMethodPopup
.
h
\
src
/
texteditor
/
TextEditorTheme
.
h
\
src
/
texteditor
/
TextEditorWidget
.
h
\
src
/
texteditor
/
UnicodeWidth
.
h
\
src
/
texteditor
/
unicode
.
h
\
src
/
urlencode
.
h
\
src
/
webclient
.
h
\
src
/
AreYouSureYouWantToContinueConnectingDialog
.
h
\
src
/
BasicMainWindow
.
h
\
src
/
BlameWindow
.
h
\
src
/
CommitDialog
.
h
\
src
/
CommitViewWindow
.
h
\
src
/
ConfigSigningDialog
.
h
\
src
/
DialogHeaderFrame
.
h
\
src
/
DoYouWantToInitDialog
.
h
\
src
/
EditGitIgnoreDialog
.
h
\
src
/
EditRemoteDialog
.
h
\
src
/
EditTagsDialog
.
h
\
src
/
InputNewTagDialog
.
h
\
src
/
LineEditDialog
.
h
\
src
/
MenuButton
.
h
\
src
/
RemoteWatcher
.
h
\
src
/
SelectGpgKeyDialog
.
h
\
src
/
SelectItemDialog
.
h
\
src
/
SetGpgSigningDialog
.
h
\
src
/
SettingGeneralForm
.
h
\
src
/
SettingProgramsForm
.
h
\
src
/
WelcomeWizardDialog
.
h
\
src
/
darktheme
/
DarkStyle
.
h
\
src
/
darktheme
/
NinePatch
.
h
\
src
/
darktheme
/
StandardStyle
.
h
\
src
/
darktheme
/
TraditionalWindowsStyleTreeControl
.
h
\
src
/
gpg
.
h
\
src
/
platform
.
h
\
src
/
CloneFromGitHubDialog
.
h
\
src
/
ObjectBrowserDialog
.
h
HEADERS
+=
src
/
version
.
h
FORMS
+=
\
src
/
AboutDialog
.
ui
\
src
/
BigDiffWindow
.
ui
\
src
/
CheckoutDialog
.
ui
\
src
/
CloneDialog
.
ui
\
src
/
CommitExploreWindow
.
ui
\
src
/
CommitPropertyDialog
.
ui
\
src
/
ConfigCredentialHelperDialog
.
ui
\
src
/
CreateRepositoryDialog
.
ui
\
src
/
DeleteBranchDialog
.
ui
\
src
/
DeleteTagsDialog
.
ui
\
src
/
ExperimentDialog
.
ui
\
src
/
FileDiffWidget
.
ui
\
src
/
FileHistoryWindow
.
ui
\
src
/
FilePropertyDialog
.
ui
\
src
/
FindCommitDialog
.
ui
\
src
/
JumpDialog
.
ui
\
src
/
MainWindow
.
ui
\
src
/
MergeBranchDialog
.
ui
\
src
/
PushDialog
.
ui
\
src
/
RepositoryPropertyDialog
.
ui
\
src
/
SearchFromGitHubDialog
.
ui
\
src
/
SelectCommandDialog
.
ui
\
src
/
SetRemoteUrlDialog
.
ui
\
src
/
SetUserDialog
.
ui
\
src
/
SettingBehaviorForm
.
ui
\
src
/
SettingExampleForm
.
ui
\
src
/
SettingNetworkForm
.
ui
\
src
/
SettingsDialog
.
ui
\
src
/
TextEditDialog
.
ui
\
src
/
AreYouSureYouWantToContinueConnectingDialog
.
ui
\
src
/
BlameWindow
.
ui
\
src
/
CommitDialog
.
ui
\
src
/
CommitViewWindow
.
ui
\
src
/
ConfigSigningDialog
.
ui
\
src
/
DoYouWantToInitDialog
.
ui
\
src
/
EditGitIgnoreDialog
.
ui
\
src
/
EditRemoteDialog
.
ui
\
src
/
EditTagsDialog
.
ui
\
src
/
InputNewTagDialog
.
ui
\
src
/
LineEditDialog
.
ui
\
src
/
ReflogWindow
.
ui
\
src
/
SelectGpgKeyDialog
.
ui
\
src
/
SelectItemDialog
.
ui
\
src
/
SetGlobalUserDialog
.
ui
\
src
/
SetGpgSigningDialog
.
ui
\
src
/
SettingGeneralForm
.
ui
\
src
/
SettingProgramsForm
.
ui
\
src
/
WelcomeWizardDialog
.
ui
\
src
/
CloneFromGitHubDialog
.
ui
\
src
/
ObjectBrowserDialog
.
ui
RESOURCES
+=
\
src
/
resources
/
resources
.
qrc
unix
{
SOURCES
+=
\
src
/
unix
/
UnixProcess
.
cpp
\
src
/
unix
/
UnixPtyProcess
.
cpp
HEADERS
+=
\
src
/
unix
/
UnixProcess
.
h
\
src
/
unix
/
UnixPtyProcess
.
h
}
win32
{
SOURCES
+=
\
src
/
win32
/
Win32Process
.
cpp
\
src
/
win32
/
Win32PtyProcess
.
cpp
\
src
/
win32
/
event
.
cpp
\
src
/
win32
/
thread
.
cpp
\
src
/
win32
/
win32
.
cpp
HEADERS
+=
\
src
/
win32
/
Win32Process
.
h
\
src
/
win32
/
Win32PtyProcess
.
h
\
src
/
win32
/
event
.
h
\
src
/
win32
/
mutex
.
h
\
src
/
win32
/
thread
.
h
\
src
/
win32
/
win32
.
h
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 16, 8:29 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77426
Default Alt Text
Guitar.pro (10 KB)
Attached To
Mode
R77 Guitar
Attached
Detach File
Event Timeline