You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
621 B
Prolog
22 lines
621 B
Prolog
|
5 years ago
|
# ----------------------------------------------------
|
||
|
|
# This file is generated by the Qt Visual Studio Add-in.
|
||
|
|
# ------------------------------------------------------
|
||
|
|
|
||
|
|
TEMPLATE = lib
|
||
|
|
TARGET = tpAlgorithmQt
|
||
|
|
DESTDIR = ../Win32/Debug
|
||
|
|
QT += core
|
||
|
|
CONFIG += debug
|
||
|
|
DEFINES += WIN64 QT_DLL TPALGORITHMQT_LIB \"$(INHERIT)\" ALGORITHM_EXPORTS
|
||
|
|
INCLUDEPATH += ./GeneratedFiles \
|
||
|
|
. \
|
||
|
|
./GeneratedFiles/Debug \
|
||
|
|
./../../src/algorithm \
|
||
|
|
./../../../tadpole/include
|
||
|
|
DEPENDPATH += .
|
||
|
|
MOC_DIR += ./GeneratedFiles/debug
|
||
|
|
OBJECTS_DIR += debug
|
||
|
|
UI_DIR += ./GeneratedFiles
|
||
|
|
RCC_DIR += ./GeneratedFiles
|
||
|
|
include(../tpAlgorithmQt.pri)
|