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.
bitmask-vpn/test.pro

28 lines
487 B
Prolog

TEMPLATE = app
TARGET = test_ui
CONFIG += warn_on qmltestcase
SOURCES += \
tests/test_ui.cpp \
gui/qjsonmodel.cpp \
gui/handlers.cpp
HEADERS += \
lib/libgoshim.h \
gui/qjsonmodel.h \
gui/handlers.h
LIBS += -L../lib -lgoshim -lpthread
RESOURCES += tests/tests.qrc
DESTDIR = build
OBJECTS_DIR = build/.obj
RCC_DIR = build/.rcc
UI_DIR = build/.ui
Release:DESTDIR = build
Release:OBJECTS_DIR = build/.obj
Release:RCC_DIR = build/.rcc
Release:UI_DIR = build/.ui