Skip to content

Commit

Permalink
Swap roles of qtc launchers
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Dec 18, 2013
1 parent b73a197 commit 065979b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions home/mloskot/.gitignore_global
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ cmake_install.cmake
# KDE
.directory
*.kdev4

# Build directories
_build
_build.*
6 changes: 6 additions & 0 deletions home/mloskot/bin/qtc-testing.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
# Launches Qt Creator for plugins testing and debugging.
# This executable and arguments are also used in the Run Configuration
# of a plugin project.
XQTC=$HOME/dev/qt/_git/qt-creator/_build.testing
${XQTC}/bin/qtcreator -style gtk -color red -settingspath ${XQTC}/.config
4 changes: 0 additions & 4 deletions home/mloskot/bin/qtc-use.sh

This file was deleted.

6 changes: 2 additions & 4 deletions home/mloskot/bin/qtc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh
# Launches Qt Creator for plugins testing and debugging.
# This executable and arguments are also used in the Run Configuration
# of a plugin project.
# Launches Qt Creator for regular use as IDE
XQTC=$HOME/dev/qt/_git/qt-creator/_build
${XQTC}/bin/qtcreator -style gtk -color red -settingspath ${XQTC}/.config
${XQTC}/bin/qtcreator -style gtk

0 comments on commit 065979b

Please sign in to comment.