mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
2036012b8b
commit
76e5b5d640
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user