18 lines
317 B
Prolog
18 lines
317 B
Prolog
TARGET = QMarkdownTextedit
|
|
TEMPLATE = app
|
|
QT += core gui widgets
|
|
CONFIG += c++11
|
|
|
|
SOURCES = main.cpp mainwindow.cpp
|
|
HEADERS = mainwindow.h
|
|
FORMS = mainwindow.ui
|
|
|
|
LIBS += -lQMarkdownTextedit -L$$OUT_PWD
|
|
|
|
win32: LIBS += -L$$OUT_PWD/release -L$$OUT_PWD/debug
|
|
|
|
target.path = $$[QT_INSTALL_BINS]
|
|
|
|
INSTALLS += target
|
|
|