Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changes: Remove usage of deprecated QMAKE_EXTRA_UNIX_TARGETS
RevBy: Tomas Junnonen
  • Loading branch information
John Tapsell authored and Tomas Junnonen committed Jun 17, 2010
1 parent 20ed8b6 commit f8d7953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/doc.pri
@@ -1,7 +1,7 @@
include(../mkspecs/shared.pri)
DOXYGEN_BIN=$$findFile(doxygen)

QMAKE_EXTRA_UNIX_TARGETS += doc
QMAKE_EXTRA_TARGETS += doc
doc.target = doc
isEmpty(DOXYGEN_BIN) {
doc.commands = @echo "Unable to detect doxygen in PATH"
Expand Down
4 changes: 2 additions & 2 deletions tests/runtests.pri
@@ -1,5 +1,5 @@
# QMAKE_EXTRA_UNIX_TARGETS += runtests
# QMAKE_EXTRA_UNIX_TARGETS += coverage
# QMAKE_EXTRA_TARGETS += runtests
# QMAKE_EXTRA_TARGETS += coverage

# runtests.target = runtests
# runtests.commands = @find . -type f -perm +100 -name \"?t_*\" -exec ./runsingletest.sh {} \\;
Expand Down

0 comments on commit f8d7953

Please sign in to comment.