Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F213327
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
diff --git a/tests/tests.pro b/tests/tests.pro
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,32 +1,33 @@
TEMPLATE = app
+TARGET = qmactest
QT += testlib
QT -= gui
CONFIG += qt console warn_on depend_includepath testcase no_testcase_installs
CONFIG -= app_bundle
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
isEmpty(INCLUDEPATH): SITE_INCLUDEPATH = $$(HOME)/src/include
else: SITE_INCLUDEPATH = $$INCLUDEPATH
isEmpty(LIBS): SITE_LIBS = -L$$(HOME)/src/lib
else: SITE_LIBS = $$LIBS
INCLUDEPATH = $$PWD/../qmac $$SITE_INCLUDEPATH
DEPENDPATH = $$PWD/../qmac
win32:CONFIG(release, debug|release): LIBS = -L$$OUT_PWD/../qmac/release
else:win32:CONFIG(debug, debug|release): LIBS = -L$$OUT_PWD/../qmac/debug
else:unix: LIBS = -L$$OUT_PWD/../qmac
LIBS += -lqmac
SOURCES += \
main.cpp
HEADERS += \
main.h
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jul 29, 5:42 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
139603
Attached To
rLQMAC Библиотека для работы с мандатными метками в AstraLinux
Event Timeline
Log In to Comment