mirror of https://github.com/cutefishos/appmotor
				
				
				
			Changes: applauncherd-dev installs qt-boostable.prf and qt-boostable.pc for non-MeeGo Touch applications.
							parent
							
								
									e050d6e5a1
								
							
						
					
					
						commit
						c7b2bb3861
					
				@ -0,0 +1,5 @@
 | 
			
		||||
# Tell qmake to use pkg-config to get correct compiler and linker
 | 
			
		||||
# flags to make an application usable with applauncherd.
 | 
			
		||||
 | 
			
		||||
CONFIG += link_pkgconfig
 | 
			
		||||
PKGCONFIG += qt-boostable
 | 
			
		||||
@ -1,3 +1,3 @@
 | 
			
		||||
Do not move this file unless you modify the CMakeLists.txt files of
 | 
			
		||||
the test applications. Building the test applications looks for the
 | 
			
		||||
.pc file in this directory.
 | 
			
		||||
Do not move meegotouch-boostable.pc unless you modify the CMakeLists.txt files of
 | 
			
		||||
the test applications accordingly. Building the test applications looks for the
 | 
			
		||||
.pc file in this directory to get correct linker flags.
 | 
			
		||||
 | 
			
		||||
@ -0,0 +1,5 @@
 | 
			
		||||
Name: qt-boostable
 | 
			
		||||
Description: make application boostable by applauncherd
 | 
			
		||||
Version: 0.2.0
 | 
			
		||||
Libs: -pie -rdynamic 
 | 
			
		||||
Cflags: -fPIC -fvisibility=hidden -fvisibility-inlines-hidden
 | 
			
		||||
@ -0,0 +1,3 @@
 | 
			
		||||
usr/lib/pkgconfig/qt-boostable.pc
 | 
			
		||||
usr/share/qt4/mkspecs/features/qt-boostable.prf
 | 
			
		||||
 | 
			
		||||
@ -1,10 +0,0 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
echo
 | 
			
		||||
echo "**********************************************************"
 | 
			
		||||
echo
 | 
			
		||||
echo "NOTE: This package is deprecated. Instead of this package,"
 | 
			
		||||
echo "      use the libmeegotouch-dev package."
 | 
			
		||||
echo
 | 
			
		||||
echo "**********************************************************"
 | 
			
		||||
echo
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue