diff options
Diffstat (limited to 'cad/layouteditor/Makefile')
-rw-r--r-- | cad/layouteditor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/layouteditor/Makefile b/cad/layouteditor/Makefile index 5bea2f88f69e..c74c78af735f 100644 --- a/cad/layouteditor/Makefile +++ b/cad/layouteditor/Makefile @@ -16,8 +16,8 @@ LIB_DEPENDS= libttf.so:print/freetype BROKEN_armv6= fails to compile: no matching member function for call to 'map' BROKEN_armv7= fails to compile: no matching member function for call to 'map' -USES= qmake zip -USE_QT4= corelib gui network moc_build sql uic_build \ +USES= qmake qt:4 zip +USE_QT= corelib gui network moc_build sql uic_build \ rcc_build qt3support xml WRKSRC= ${WRKDIR}/layout PLIST_FILES= bin/layout |