cppcheck/tools/tools.pro
Kimmo Varis fe9e6130cf Add general PRO file for console builds.
It is easier to maintain PRO files when we keep all the console-
build specific general options in one file. For example changes to
compiler options affect to all console builds.
2012-06-18 09:28:32 +03:00

17 lines
308 B
Prolog

TEMPLATE = app
TARGET = dmake
DEPENDPATH += .
INCLUDEPATH += . ../lib
OBJECTS_DIR = temp
CONFIG += warn_on
CONFIG -= qt app_bundle
include(../console_common.pri)
SOURCES += dmake.cpp \
../cli/filelister.cpp \
../lib/path.cpp
HEADERS += ../cli/filelister.h \
../lib/path.h