mirror of
git://projects.qi-hardware.com/nanomap.git
synced 2025-04-21 12:27:27 +03:00
add a .pri file for common settings in the build system
This commit is contained in:
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
Reference in New Issue
Block a user