qt6windows7/tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro

14 lines
215 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
TEMPLATE = lib
CONFIG += release staticlib
CONFIG -= dll
HEADERS = simple.h
SOURCES = simple.cpp
VERSION = 1.0.0
INCLUDEPATH += . tmp
MOC_DIR = tmp
OBJECTS_DIR = tmp
TARGET = "simple lib"
DESTDIR = "dest dir"