Remove dependency to qt libraries
This commit is contained in:
parent
75178601e6
commit
127dd88bf0
3 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
TEMPLATE = subdirs
|
||||
QT =
|
||||
SUBDIRS = parser \
|
||||
sextant
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
TEMPLATE = app
|
||||
CONFIG += debug
|
||||
QT =
|
||||
TARGET = sextant
|
||||
DESTDIR = $$PWD
|
||||
OBJECTS_DIR = $$PWD/tmp/sextant
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
TEMPLATE = lib
|
||||
CONFIG += staticlib debug
|
||||
QT =
|
||||
TARGET = sextant-parser
|
||||
DESTDIR = $$PWD
|
||||
OBJECTS_DIR = $$PWD/tmp/parser/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue