18 lines
277 B
INI
18 lines
277 B
INI
#------------------------------------------------------
|
|
# nanTest.pro
|
|
# qmake file for nanTest
|
|
#
|
|
# Andreas Suter, 2007/05/14
|
|
#
|
|
# $Id$
|
|
#
|
|
#------------------------------------------------------
|
|
|
|
MAKEFILE = Makefile
|
|
|
|
CONFIG += warn_on debug
|
|
|
|
SOURCES = nanTest.cpp
|
|
|
|
TARGET=nanTest
|