mirror of
git://projects.qi-hardware.com/nanomap.git
synced 2024-11-22 13:44:39 +02:00
add a .pri file for common settings in the build system
This commit is contained in:
parent
69d133c63c
commit
67b755ca82
2
app.pro
2
app.pro
@ -1,3 +1,5 @@
|
|||||||
|
include(nanomap.pri)
|
||||||
|
|
||||||
TARGET = NanoMap
|
TARGET = NanoMap
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
include(../../nanomap.pri)
|
||||||
|
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += plugin
|
CONFIG += plugin
|
||||||
#CONFIG += debug
|
#CONFIG += debug
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
|
include(../../nanomap.pri)
|
||||||
|
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += plugin
|
CONFIG += plugin
|
||||||
#CONFIG += debug
|
#CONFIG += debug
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
|
include(../../nanomap.pri)
|
||||||
|
|
||||||
DESTDIR = ..
|
DESTDIR = ..
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += plugin
|
CONFIG += plugin
|
||||||
|
0
nanomap.pri
Normal file
0
nanomap.pri
Normal file
Loading…
Reference in New Issue
Block a user