Dont install testqgs* test units into <prefix>/bin - end users dont need these.

If you have built from svn prior to this commit and since unit test framework was introduced I suggest you do a 
rm <prefix>/bin/testgqs*
Where <prefix> is the installation prefix where qgis lives.



git-svn-id: http://svn.osgeo.org/qgis/trunk@5286 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2006-04-16 01:47:14 +00:00
parent 2036012b8b
commit 76e5b5d640
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
bin_PROGRAMS = testqgsapplication \
noinst_PROGRAMS = testqgsapplication \
testqgsapplication \
testqgscolortable \
testqgscontexthelp \

View File

@ -8,7 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
bin_PROGRAMS = testqgisapp \
nodist_PROGRAMS = testqgisapp \
testqgsabout \
testqgsaddattrdialog \
testqgsattributeactiondialog \

View File

@ -8,7 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
bin_PROGRAMS = testqgsrasterlayer
nodist_PROGRAMS = testqgsrasterlayer
#
# Define some global variables that will be used for building each test