add a .pri file for common settings in the build system

This commit is contained in:
Niels 2011-02-17 16:57:57 +01:00
parent 69d133c63c
commit 67b755ca82
5 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
include(nanomap.pri)
TARGET = NanoMap
TEMPLATE = app

View File

@ -1,3 +1,5 @@
include(../../nanomap.pri)
TEMPLATE = lib
CONFIG += plugin
#CONFIG += debug

View File

@ -4,6 +4,8 @@
#
#-------------------------------------------------
include(../../nanomap.pri)
TEMPLATE = lib
CONFIG += plugin
#CONFIG += debug

View File

@ -4,6 +4,8 @@
#
#-------------------------------------------------
include(../../nanomap.pri)
DESTDIR = ..
TEMPLATE = lib
CONFIG += plugin

0
nanomap.pri Normal file
View File