This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/qa/guitest/guitest.pro

20 lines
322 B
Prolog
Raw Normal View History

2025-12-25 01:37:49 +05:00
CONFIG -= app_bundle
MOC_DIR = ../../src/.moc
OBJECTS_DIR = ../../src/.obj
UI_DIR = ../../src/.ui
CONFIG += pep
DEFINES += QT_STATICPLUGIN
include(../../conf.pri)
include(../../src/src.pri)
SOURCES += \
guitest.cpp \
guitestmanager.cpp
include(../../src/privacy/guitest/guitest.pri)
QMAKE_CLEAN += ${QMAKE_TARGET}