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.
17 lines
308 B
Prolog
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
|