qt6windows7/tests/auto/tools/qmake/testdata/simple_dll/simple_dll.pro
2023-10-29 23:33:08 +01:00

15 lines
223 B
Prolog

TEMPLATE = lib
CONFIG += dll
win32:DEFINES += SIMPLEDLL_MAKEDLL
HEADERS = simple.h
SOURCES = simple.cpp
VERSION = 1.0.0
INCLUDEPATH += . tmp
MOC_DIR = tmp
OBJECTS_DIR = tmp
TARGET = "simple dll"
DESTDIR = "dest dir"